Uses of Class
io.fluxzero.sdk.persisting.caching.CacheEviction
Packages that use CacheEviction
-
Uses of CacheEviction in io.fluxzero.sdk.persisting.caching
Classes in io.fluxzero.sdk.persisting.caching that implement interfaces with type arguments of type CacheEvictionModifier and TypeClassDescriptionclassLogs and publishes cache eviction events as metrics.Methods in io.fluxzero.sdk.persisting.caching with parameters of type CacheEvictionModifier and TypeMethodDescriptionvoidCacheEvictionsLogger.accept(CacheEviction evictionEvent) Publishes the given cache eviction event to the configured metrics gateway.Method parameters in io.fluxzero.sdk.persisting.caching with type arguments of type CacheEvictionModifier and TypeMethodDescriptionCache.registerEvictionListener(Consumer<CacheEviction> listener) Registers a listener to be notified whenever a cache entry is evicted or removed.DefaultCache.registerEvictionListener(Consumer<CacheEviction> listener) NamedCache.registerEvictionListener(Consumer<CacheEviction> listener) NoOpCache.registerEvictionListener(Consumer<CacheEviction> listener) SelectiveCache.registerEvictionListener(Consumer<CacheEviction> listener)