Uses of Class
io.fluxcapacitor.javaclient.persisting.caching.CacheEviction
Packages that use CacheEviction
-
Uses of CacheEviction in io.fluxcapacitor.javaclient.persisting.caching
Methods in io.fluxcapacitor.javaclient.persisting.caching with parameters of type CacheEvictionModifier and TypeMethodDescriptionvoid
CacheEvictionsLogger.accept
(CacheEviction evictionEvent) Publishes the given cache eviction event to the configured metrics gateway.Method parameters in io.fluxcapacitor.javaclient.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)