Uses of Class
io.github.resilience4j.cache.event.CacheOnMissEvent
Packages that use CacheOnMissEvent
-
Uses of CacheOnMissEvent in io.github.resilience4j.cache
Method parameters in io.github.resilience4j.cache with type arguments of type CacheOnMissEventModifier and TypeMethodDescriptionCache.EventPublisher.onCacheMiss(io.github.resilience4j.core.EventConsumer<CacheOnMissEvent> eventConsumer) -
Uses of CacheOnMissEvent in io.github.resilience4j.cache.internal
Method parameters in io.github.resilience4j.cache.internal with type arguments of type CacheOnMissEventModifier and TypeMethodDescriptionCacheImpl.CacheEventProcessor.onCacheMiss(io.github.resilience4j.core.EventConsumer<CacheOnMissEvent> eventConsumer)