|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface MemoryStore.BackingFactory
Factory interface to create a MemoryStore backing.
Method Summary | |
---|---|
SelectableConcurrentHashMap |
newBackingMap(PoolAccessor poolAccessor,
int initialCapacity,
float loadFactor,
int concurrency,
int maximumCapacity,
RegisteredEventListeners eventListener)
Deprecated. |
SelectableConcurrentHashMap |
newBackingMap(PoolAccessor poolAccessor,
int concurrency,
int maximumCapacity,
RegisteredEventListeners eventListener)
Create a MemoryStore backing map. |
Method Detail |
---|
@Deprecated SelectableConcurrentHashMap newBackingMap(PoolAccessor poolAccessor, int initialCapacity, float loadFactor, int concurrency, int maximumCapacity, RegisteredEventListeners eventListener)
poolAccessor
- on-heap pool accessorinitialCapacity
- initial store capacityloadFactor
- map load factorconcurrency
- map concurrencymaximumCapacity
- maximum store capacityeventListener
- event listener (or null
for no notifications)
SelectableConcurrentHashMap newBackingMap(PoolAccessor poolAccessor, int concurrency, int maximumCapacity, RegisteredEventListeners eventListener)
poolAccessor
- on-heap pool accessorconcurrency
- map concurrencymaximumCapacity
- maximum store capacityeventListener
- event listener (or null
for no notifications)
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |