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 Object
A soft reference on cache.
The cache is held through a soft reference, allowing it to be GCed under
memory pressure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.