K
- the key type.V
- the value type.public class DefaultMemoryLRUCachingMap<K,V> extends DefaultLRUCachingMap<K,V>
Constructor and Description |
---|
DefaultMemoryLRUCachingMap(LRUCachingMapConfiguration configuration)
Constructor.
|
cleanup, exists, extend, extend, extend, get, getConfiguration, getExpirationDateTime, getExpirationTimeSpan, getExpirationTimeSpan, getKeys, getLastCleanupDateTime, getLogger, getNextToExpire, getStoreDateTime, getValueManager, getValueWrapper, isExpired, isPersisted, peek, put, reload, remove, removeAll, restoreCacheElement, size
public DefaultMemoryLRUCachingMap(LRUCachingMapConfiguration configuration) throws NullPointerException
configuration
- the configurationNullPointerException
- if configuration is null
.Copyright © 2016. All rights reserved.