Package gw.util

Class LRUCache<K,V>

All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

public class LRUCache<K,V> extends LinkedHashMap<K,V>
See Also:
  • Field Details

    • _maxSize

      private final int _maxSize
  • Constructor Details

    • LRUCache

      public LRUCache(int maxSize)
  • Method Details