Interface LRUCache<K,V>

All Superinterfaces:
Map<K,V>

public interface LRUCache<K,V> extends Map<K,V>
  • Method Details

    • cleanUp

      void cleanUp()
    • resetStatistics

      void resetStatistics()
    • getEvicted

      long getEvicted()
    • getMisses

      long getMisses()
    • getHits

      long getHits()
    • getMaxCacheSize

      int getMaxCacheSize()