java.lang.Object
edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl2.JexlEngine.SoftCache<K,V>
Type Parameters:
K - the cache key entry type
V - the cache key value type
Enclosing class:
JexlEngine

protected class JexlEngine.SoftCache<K,V> extends Object
A soft reference on cache.

The cache is held through a soft reference, allowing it to be GCed under memory pressure.