Interface SoftValueHashMap.ValueCleaner<K,​V>

  • Enclosing class:
    SoftValueHashMap<K,​V>

    public static interface SoftValueHashMap.ValueCleaner<K,​V>
    A delegate that can be used to perform clean up operation, such as resource closing, before the values cached in soft part of the cache gets disposed of
    Author:
    Andrea Aime - OpenGeo
    • Method Detail

      • clean

        void clean​(K key,
                   V object)
        Cleans the specified object