Modifier and Type | Class and Description |
---|---|
class |
DefaultLRUCachingMap<K,V>
Default implementation of LRUCachingMap, still using K,V as Key and Value.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueManager.restore(LRUCachingMap<K,V> map)
Restores any persisted key/values to the LRUCachingMap when the map is constructed.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMemoryLRUCachingMap<K,V>
Default memory implementation for a DefaultLRUCachingMap.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMemoryValueManager.restore(LRUCachingMap<K,V> map) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileLRUCachingMap<K,V>
The default LRUCachingMap for file handling.
The "AbstractValueWrapper" is always cast to a "DefaultFileValueWrapper". |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFileValueManager.restore(LRUCachingMap<K,V> map) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFilenameFileReferenceLRUCachingMap
Default implementation to support file references, Memory links to file.
The key is a String, which is stored in the filename (File.getName()) and be reconstructed. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGroupJPAEntityValueManager.restore(LRUCachingMap<K,V> map) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJPAEntityValueManager.restore(LRUCachingMap<K,V> map) |
Constructor and Description |
---|
CleanupTimerRunnable(LRUCachingMap<?,?> map)
Constructor
|
Copyright © 2016. All rights reserved.