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
protected class JexlEngine.SoftCache<K,V> extends java.lang.Object
A soft reference on cache.The cache is held through a soft reference, allowing it to be GCed under memory pressure.