Uses of Interface
io.github.resilience4j.cache.event.CacheEvent
Packages that use CacheEvent
Package
Description
-
Uses of CacheEvent in io.github.resilience4j.cache
Subinterfaces with type arguments of type CacheEvent in io.github.resilience4j.cacheModifier and TypeInterfaceDescriptionstatic interfaceAn EventPublisher which can be used to register event consumers. -
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
Subclasses with type arguments of type CacheEvent in io.github.resilience4j.cache.internalClasses in io.github.resilience4j.cache.internal that implement interfaces with type arguments of type CacheEventMethods 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)