Record Class NearCache.EvictionPolicy.LRU
java.lang.Object
java.lang.Record
com.loomcache.client.cache.NearCache.EvictionPolicy.LRU
- All Implemented Interfaces:
NearCache.EvictionPolicy
- Enclosing interface:
NearCache.EvictionPolicy
public static record NearCache.EvictionPolicy.LRU()
extends Record
implements NearCache.EvictionPolicy
-
Nested Class Summary
Nested classes/interfaces inherited from interface NearCache.EvictionPolicy
NearCache.EvictionPolicy.LFU, NearCache.EvictionPolicy.LRU, NearCache.EvictionPolicy.Random -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LRU
public LRU()Creates an instance of aLRUrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-