Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
net.sf.ehcache.terracotta |
This package contains the Terracotta integration functionalities.
|
Modifier and Type | Field and Description |
---|---|
private DiskStorePathManager |
CacheManager.diskStorePathManager
The path for the directory in which disk caches are created.
|
Modifier and Type | Method and Description |
---|---|
DiskStorePathManager |
CacheManager.getDiskStorePathManager()
Returns the disk store path manager.
|
Modifier and Type | Field and Description |
---|---|
private DiskStorePathManager |
DiskStorageFactory.diskStorePathManager |
Modifier and Type | Field and Description |
---|---|
private DiskStorePathManager |
RotatingSnapshotFile.diskStorePathManager |
private DiskStorePathManager |
TerracottaBootstrapCacheLoader.diskStorePathManager |
Constructor and Description |
---|
RotatingSnapshotFile(DiskStorePathManager diskStorePathManager,
java.lang.String cacheName)
Constructor
|