Uses of Class
net.sf.ehcache.store.disk.DiskStorageFactory
-
Packages that use DiskStorageFactory Package Description 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 Modifier and Type Method Description DiskStorageFactoryDiskStorageFactory.DiskSubstitute. getFactory()Returns theDiskStorageFactoryinstance that generated thisDiskSubstituteConstructors in net.sf.ehcache.store.disk with parameters of type DiskStorageFactory Constructor Description 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.
-