Package | Description |
---|---|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
Modifier and Type | Method and Description |
---|---|
DiskStorageFactory |
DiskStorageFactory.DiskSubstitute.getFactory()
Returns the
DiskStorageFactory instance that generated this DiskSubstitute |
Constructor and Description |
---|
Segment(int initialCapacity,
float loadFactor,
DiskStorageFactory primary,
CacheConfiguration cacheConfiguration,
PoolAccessor onHeapPoolAccessor,
PoolAccessor onDiskPoolAccessor,
RegisteredEventListeners cacheEventNotificationService)
Create a Segment with the given initial capacity, load-factor, primary element substitute factory, and identity element substitute factory.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.