SizedCache

public class SizedCache<K, V> extends LinkedHashMap<K, V>

Describe class SizedCache here. Created: Mon Mar 3 15:16:52 2008

Author:Artur Hefczyc

Constructors

SizedCache

public SizedCache(int maxSize)

Methods

removeEldestEntry

protected boolean removeEldestEntry(Map.Entry<K, V> eldest)