Uses of Class
io.fluxcapacitor.javaclient.persisting.caching.CacheEvictionEvent
Packages that use CacheEvictionEvent
-
Uses of CacheEvictionEvent in io.fluxcapacitor.javaclient.persisting.caching
Methods in io.fluxcapacitor.javaclient.persisting.caching with parameters of type CacheEvictionEventModifier and TypeMethodDescriptionvoidCacheEvictionsLogger.accept(CacheEvictionEvent evictionEvent) Method parameters in io.fluxcapacitor.javaclient.persisting.caching with type arguments of type CacheEvictionEventModifier and TypeMethodDescriptionCache.registerEvictionListener(Consumer<CacheEvictionEvent> listener) DefaultCache.registerEvictionListener(Consumer<CacheEvictionEvent> listener) NamedCache.registerEvictionListener(Consumer<CacheEvictionEvent> listener) NoOpCache.registerEvictionListener(Consumer<CacheEvictionEvent> listener) SelectiveCache.registerEvictionListener(Consumer<CacheEvictionEvent> listener)