Uses of Class
com.caucho.server.distcache.CacheImpl

Packages that use CacheImpl
com.caucho.distcache   
com.caucho.server.distcache   
 

Uses of CacheImpl in com.caucho.distcache
 

Methods in com.caucho.distcache that return CacheImpl
 CacheImpl AbstractCache.createIfAbsent()
           
 

Uses of CacheImpl in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that return CacheImpl
 CacheImpl CacheImpl.createIfAbsent()
           
 CacheImpl CacheManagerImpl.createIfAbsent(java.lang.String name, CacheConfig config)
           
 CacheImpl CacheManagerImpl.getCache(java.lang.String name)
           
static CacheImpl DistCacheSystem.getMatchingCache(java.lang.String name)
           
 

Methods in com.caucho.server.distcache with parameters of type CacheImpl
 void CacheStoreManager.destroyCache(CacheImpl cache)
          Called when a cache is removed.
 void AbstractCacheEngine.initCache(CacheImpl cache)
           
 void CacheEngine.initCache(CacheImpl cache)
           
 void CacheStoreManager.initCache(CacheImpl cache)
          Called when a cache initializes.