Uses of Interface
io.github.resilience4j.cache.event.CacheEvent
Packages that use CacheEvent
-
Uses of CacheEvent in io.github.resilience4j.cache.event
Classes in io.github.resilience4j.cache.event that implement CacheEventModifier and TypeClassDescription(package private) classclassA CacheEvent which informs that accessing the cache has caused an exception.classA CacheEvent which informs about a cache hit.classA CacheEvent which informs about a cache miss. -
Uses of CacheEvent in io.github.resilience4j.cache.internal
Methods in io.github.resilience4j.cache.internal with parameters of type CacheEventModifier and TypeMethodDescriptionvoidCacheImpl.CacheEventProcessor.consumeEvent(CacheEvent event) Method parameters in io.github.resilience4j.cache.internal with type arguments of type CacheEventModifier and TypeMethodDescriptionprivate voidCacheImpl.publishCacheEvent(Supplier<CacheEvent> event)