Interface ILRUEntryCleaner<V,​K>


  • public interface ILRUEntryCleaner<V,​K>
    The entry cleaner (for performing cleanup code on removed entries in a LRU).
    • Method Detail

      • cleanupEldestEntry

        void cleanupEldestEntry​(java.util.Map.Entry<V,​K> eldest)
        Cleanup the eldest entry.
        Parameters:
        eldest - The eldest map entry.