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

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

Uses of CacheLoaderCallback in com.caucho.distcache.jdbc
 

Methods in com.caucho.distcache.jdbc with parameters of type CacheLoaderCallback
 void JdbcCacheBacking.load(DistCacheEntry entry, CacheLoaderCallback cb)
           
 

Uses of CacheLoaderCallback in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache with parameters of type CacheLoaderCallback
 void AbstractCacheBacking.load(DistCacheEntry entry, CacheLoaderCallback cb)
           
 void CacheLoaderAdapter.load(DistCacheEntry entry, CacheLoaderCallback cb)
           
 void CacheLoaderExt.load(DistCacheEntry entry, CacheLoaderCallback cb)