Class SoftCacheEntry<K,V>
java.lang.Object
org.apache.commons.jexl3.internal.SoftCacheEntry<K,V>
- Type Parameters:
K
- key typeV
- value type
- All Implemented Interfaces:
Map.Entry<K,
V>
A soft cache entry.
-
Field Details
-
key
The entry key. -
value
The entry value.
-
-
Constructor Details
-
SoftCacheEntry
Creates an entry clone.- Parameters:
e
- the entry to clone
-
-
Method Details