Uses of Interface
com.caucho.server.distcache.CacheBacking

Packages that use CacheBacking
com.caucho.distcache   
com.caucho.distcache.jdbc   
com.caucho.server.distcache   
 

Uses of CacheBacking in com.caucho.distcache
 

Methods in com.caucho.distcache with parameters of type CacheBacking
 void AbstractCache.setBacking(CacheBacking<?,?> backing)
           
 

Uses of CacheBacking in com.caucho.distcache.jdbc
 

Classes in com.caucho.distcache.jdbc that implement CacheBacking
 class JdbcCacheBacking
          Manages backing for the cache map.
 

Uses of CacheBacking in com.caucho.server.distcache
 

Classes in com.caucho.server.distcache that implement CacheBacking
 class AbstractCacheBacking<K,V>
          Extended cache loader