Uses of Interface
rabbit.cache.CacheConfiguration

Packages that use CacheConfiguration
rabbit.cache A persistant storage suitable for http resources. 
rabbit.cache.ncache   
rabbit.cache.utils   
 

Uses of CacheConfiguration in rabbit.cache
 

Methods in rabbit.cache that return CacheConfiguration
 CacheConfiguration Cache.getCacheConfiguration()
          Get the cache configuration for this cache.
 

Uses of CacheConfiguration in rabbit.cache.ncache
 

Methods in rabbit.cache.ncache that return CacheConfiguration
 CacheConfiguration NCache.getCacheConfiguration()
           
 

Uses of CacheConfiguration in rabbit.cache.utils
 

Classes in rabbit.cache.utils that implement CacheConfiguration
 class CacheConfigurationBase
          A base implementation of cache configuration.