|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiskStorageFactory | |
---|---|
net.sf.ehcache.store.disk | This package contains the disk store. |
Uses of DiskStorageFactory in net.sf.ehcache.store.disk |
---|
Methods in net.sf.ehcache.store.disk that return DiskStorageFactory | |
---|---|
DiskStorageFactory |
DiskStorageFactory.DiskSubstitute.getFactory()
Returns the DiskStorageFactory instance that generated this DiskSubstitute |
Constructors in net.sf.ehcache.store.disk with parameters of type DiskStorageFactory | |
---|---|
Segment(int initialCapacity,
float loadFactor,
DiskStorageFactory primary,
CacheConfiguration cacheConfiguration,
PoolAccessor onHeapPoolAccessor,
PoolAccessor onDiskPoolAccessor,
RegisteredEventListeners cacheEventNotificationService,
org.terracotta.statistics.observer.OperationObserver<CacheOperationOutcomes.EvictionOutcome> evictionObserver)
Create a Segment with the given initial capacity, load-factor, primary element substitute factory, and identity element substitute factory. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |