Klasse Cache<K,V>

Alle implementierten Schnittstellen:
Serializable, Cloneable, Map<K,V>

public class Cache<K,V> extends LinkedHashMap<K,V>
Provides fixed size, pre-allocated, least recently used replacement cache.
Siehe auch:
  • Konstruktordetails

    • Cache

      public Cache(int capacity)