Uses of Interface
ice.net.Cache

Packages that use Cache
ice.net   
 

Uses of Cache in ice.net
 

Classes in ice.net that implement Cache
 class FileCache
          A basic class for caches, implements a Filecache.
 class MemoryCache
          The basic class for caches.
 

Methods in ice.net that return Cache
 Cache CacheManager.getCache(int cachePriority)
          Return a cache based on priority.
 Cache CacheManager.removeCache(String cacheName)
          Remove a cache from the CacheManager.
 Cache CacheManager.getCache(String cacheName)
          Returns a named cache.
 

Methods in ice.net with parameters of type Cache
 void CacheManager.addCache(Cache aCache)
          Add a cache to the CacheManager.
 int CacheManager.getPriority(Cache c)
          Returns the current priority of the supplied cache, or -1 if no such cache exists.
 void CacheManager.wasDeleted(CachedObject o, Cache c)
          Caches are to call this method for every non-expired object they discard from their internal storage.