Uses of Class
com.caucho.server.distcache.DataStore

Packages that use DataStore
com.caucho.distcache   
com.caucho.distcache.cluster   
com.caucho.distcache.jdbc   
com.caucho.env.distcache   
com.caucho.server.distcache   
 

Uses of DataStore in com.caucho.distcache
 

Methods in com.caucho.distcache that return DataStore
 DataStore AbstractCache.getDataStore()
           
 

Uses of DataStore in com.caucho.distcache.cluster
 

Constructors in com.caucho.distcache.cluster with parameters of type DataStore
DataStreamSource(HashKey valueHash, DataStore dataBacking)
          Create a new GitStreamSource for the named file
 

Uses of DataStore in com.caucho.distcache.jdbc
 

Subclasses of DataStore in com.caucho.distcache.jdbc
 class JdbcDataStore
          Manages the backing for the file database objects
 

Uses of DataStore in com.caucho.env.distcache
 

Methods in com.caucho.env.distcache that return DataStore
 DataStore CacheDataBacking.getDataStore()
          Returns the underlying DataStore, used for serialization.
 

Uses of DataStore in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that return DataStore
 DataStore CacheDataBackingImpl.getDataStore()
           
 DataStore CacheStoreManager.getDataStore()
           
 DataStore CacheImpl.getDataStore()
           
 

Methods in com.caucho.server.distcache with parameters of type DataStore
 void CacheDataBackingImpl.setDataStore(DataStore dataStore)