K
- the key type.V
- the value type.public final class DefaultFileValueWrapper<K,V> extends AbstractValueWrapper<K,V>
Constructor and Description |
---|
DefaultFileValueWrapper(K key,
File file)
Construct a FileValueReference on the basis of an existing file, used when reinitializing the LRUCachingMap.
|
Modifier and Type | Method and Description |
---|---|
File |
getFile()
The file containing the value.
|
K |
getKey()
Gets the key
|
Copyright © 2016. All rights reserved.