Uses of Class
io.fluxzero.sdk.persisting.caching.CacheEviction
Packages that use CacheEviction
-
Uses of CacheEviction in io.fluxzero.sdk.persisting.caching
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 TypeMethodDescriptionio.fluxzero.common.RegistrationCache.registerEvictionListener(Consumer<CacheEviction> listener) Registers a listener to be notified whenever a cache entry is evicted or removed.io.fluxzero.common.RegistrationDefaultCache.registerEvictionListener(Consumer<CacheEviction> listener) io.fluxzero.common.RegistrationNamedCache.registerEvictionListener(Consumer<CacheEviction> listener) io.fluxzero.common.RegistrationNoOpCache.registerEvictionListener(Consumer<CacheEviction> listener) io.fluxzero.common.RegistrationSelectiveCache.registerEvictionListener(Consumer<CacheEviction> listener)