Package org.apache.commons.jexl2
Class JexlEngine.SoftCache<K,V>
java.lang.Object
org.apache.commons.jexl2.JexlEngine.SoftCache<K,V>
- Type Parameters:
K
- the cache key entry typeV
- the cache key value type
- Enclosing class:
- JexlEngine
A soft reference on cache.
The cache is held through a soft reference, allowing it to be GCed under memory pressure.
-
Method Summary