Uses of Interface
javax.cache.CacheConfiguration

Packages that use CacheConfiguration
com.caucho.distcache   
com.caucho.memcached   
com.caucho.server.distcache   
javax.cache   
 

Uses of CacheConfiguration in com.caucho.distcache
 

Methods in com.caucho.distcache that return CacheConfiguration
 CacheConfiguration AbstractCache.getConfiguration()
           
 

Uses of CacheConfiguration in com.caucho.memcached
 

Methods in com.caucho.memcached that return CacheConfiguration
 CacheConfiguration MemcachedClient.getConfiguration()
           
 

Uses of CacheConfiguration in com.caucho.server.distcache
 

Classes in com.caucho.server.distcache that implement CacheConfiguration
 class CacheConfig
          Manages the distributed cache
 

Methods in com.caucho.server.distcache that return CacheConfiguration
 CacheConfiguration CacheImpl.getConfiguration()
           
 

Uses of CacheConfiguration in javax.cache
 

Methods in javax.cache that return CacheConfiguration
 CacheConfiguration<K,V> Cache.getConfiguration()