Package | Description |
---|---|
com.caucho.distcache | |
com.caucho.distcache.jdbc | |
com.caucho.env.distcache | |
com.caucho.server.distcache |
Modifier and Type | Method and Description |
---|---|
DataStore |
AbstractCache.getDataStore() |
Modifier and Type | Class and Description |
---|---|
class |
JdbcDataStore
Manages the backing for the file database objects
|
Modifier and Type | Method and Description |
---|---|
DataStore |
CacheDataBacking.getDataStore()
Returns the underlying DataStore, used for serialization.
|
Modifier and Type | Method and Description |
---|---|
DataStore |
CacheDataBackingImpl.getDataStore() |
DataStore |
CacheImpl.getDataStore() |
DataStore |
CacheStoreManager.getDataStore() |
Modifier and Type | Method and Description |
---|---|
void |
CacheDataBackingImpl.setDataStore(DataStore dataStore) |
Constructor and Description |
---|
DataStreamSource(long valueDataId,
long valueDataTime,
DataStore dataBacking)
Create a new GitStreamSource for the named file
|