Uses of Class
org.opendoors.cache.immutable.CacheImpl

Packages that use CacheImpl
org.opendoors.cache.immutable   
 

Uses of CacheImpl in org.opendoors.cache.immutable
 

Fields in org.opendoors.cache.immutable declared as CacheImpl
protected  CacheImpl ChangeControl.cache
          The actual cache under management.
 

Methods in org.opendoors.cache.immutable with parameters of type CacheImpl
protected  java.lang.Object ChangeControl.setCacheImpl(CacheImpl cache, int refreshRate)
          Sets up the cache for change control: the cache, the refresh rate and returns the mutex.