Uses of Class
ice.net.CachedObject

Packages that use CachedObject
ice.net   
 

Uses of CachedObject in ice.net
 

Methods in ice.net that return CachedObject
 CachedObject MemoryCache.get(String url)
          Get the cached Object referenced by the url parameter.
 CachedObject FileCache.get(String url)
          Get the cached Object referenced by the url parameter.
 CachedObject Cache.get(String url)
          Retrieve a cached object from the cache.
 

Methods in ice.net with parameters of type CachedObject
 void MemoryCache.submit(CachedObject cachedObject)
          Submit a CachedObject to the cache.
 void FileCache.submit(CachedObject cachedObject)
          Submit a CachedObject to the cache.
 boolean CacheManager.isExpired(CachedObject cachedObject)
          Deprecated. As of 1.6.0, replaced by isFresh().
 void CacheManager.wasDeleted(CachedObject o, Cache c)
          Caches are to call this method for every non-expired object they discard from their internal storage.
 void Cache.submit(CachedObject o)
          Submit a object to be cached.