Package org.glassfish.hk2.utilities.cache

Class Summary
LRUCache<K,V> A cache that contains a certain number of entries, and whose oldest accessed entries are removed when removal is necessary.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.