common-util

Uses of Class
local.tomas.util.cache.CacheItem

Packages that use CacheItem
local.tomas.util.cache This package is used to build a fixed size cache of objects. 
 

Uses of CacheItem in local.tomas.util.cache
 

Methods in local.tomas.util.cache that return CacheItem
 CacheItem<K,V> CacheBackend.get(K key)
          Get cache item from backend.
 

Methods in local.tomas.util.cache that return types with arguments of type CacheItem
 Iterator<CacheItem<K,V>> CacheBackend.load()
          Get iterator over saved items.
 


common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.