Interface PreloadPolicy
- All Known Implementing Classes:
PreloadPolicy.AllKeys, PreloadPolicy.HotKeys, PreloadPolicy.PatternBased, PreloadPolicy.PriorityBased
public sealed interface PreloadPolicy
permits PreloadPolicy.HotKeys, PreloadPolicy.AllKeys, PreloadPolicy.PatternBased, PreloadPolicy.PriorityBased
Sealed interface defining preload policies for cache warming.
Determines which keys should be loaded from a previous session.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordPreload all keys from the previous session.static final recordPreload the N most accessed keys from the previous session.static final recordPreload keys matching a regex pattern.static final recordPreload keys based on explicit priority values.