Class 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 java.lang.Object
    A soft reference on cache.

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

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait