Record Class PreloadPolicy.AllKeys
java.lang.Object
java.lang.Record
com.loomcache.server.cache.PreloadPolicy.AllKeys
- All Implemented Interfaces:
PreloadPolicy
- Enclosing interface:
PreloadPolicy
Preload all keys from the previous session.
Maximum coverage but highest startup time.
-
Nested Class Summary
Nested classes/interfaces inherited from interface PreloadPolicy
PreloadPolicy.AllKeys, PreloadPolicy.HotKeys, PreloadPolicy.PatternBased, PreloadPolicy.PriorityBased -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AllKeys
public AllKeys()Creates an instance of aAllKeysrecord 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.
-