Module openj9.dtfj

Class ObjectLruCache

java.lang.Object
All Implemented Interfaces:
Serializable

public final class ObjectLruCache extends AbstractLruCache
This class provides an LRU (Least Recently Used) cache which maps integer keys to object values. See the description in the superclass AbstractLruCache for more details.
See Also: