Uses of Interface
com.loomcache.server.cache.PreloadPolicy
Packages that use PreloadPolicy
-
Uses of PreloadPolicy in com.loomcache.server.cache
Classes in com.loomcache.server.cache that implement PreloadPolicyModifier and TypeClassDescriptionstatic 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.Methods in com.loomcache.server.cache with parameters of type PreloadPolicyModifier and TypeMethodDescriptionCacheWarmer.preload(PreloadPolicy policy, CacheLoader loader) Preload cache based on a preload policy.