Module openj9.dtfj

Class IntegerLruCache

java.lang.Object
All Implemented Interfaces:
Serializable

public final class IntegerLruCache extends AbstractLruCache
This class provides an LRU (Least Recently Used) cache which maps integer keys to int values. See the description in the superclass AbstractLruCache for more details. Like its sibling IntegerMap it is low footprint. Note that the value -1 is not allowed (see discussion in IntegerMap).
See Also: