- getCacheKey() - Method in class io.github.resilience4j.cache.event.CacheOnHitEvent
-
- getCacheKey() - Method in class io.github.resilience4j.cache.event.CacheOnMissEvent
-
- getCacheName() - Method in interface io.github.resilience4j.cache.event.CacheEvent
-
Returns the name of the Cache which has created the event.
- getCreationTime() - Method in interface io.github.resilience4j.cache.event.CacheEvent
-
Returns the creation time of Cache event.
- getEventPublisher() - Method in interface io.github.resilience4j.cache.Cache
-
Returns an EventPublisher which can be used to register event consumers.
- getEventPublisher() - Method in class io.github.resilience4j.cache.internal.CacheImpl
-
- getEventType() - Method in interface io.github.resilience4j.cache.event.CacheEvent
-
Returns the type of the Cache event.
- getEventType() - Method in class io.github.resilience4j.cache.event.CacheOnErrorEvent
-
- getEventType() - Method in class io.github.resilience4j.cache.event.CacheOnHitEvent
-
- getEventType() - Method in class io.github.resilience4j.cache.event.CacheOnMissEvent
-
- getMetrics() - Method in interface io.github.resilience4j.cache.Cache
-
Returns the Metrics of this Cache.
- getMetrics() - Method in class io.github.resilience4j.cache.internal.CacheImpl
-
- getName() - Method in interface io.github.resilience4j.cache.Cache
-
- getName() - Method in class io.github.resilience4j.cache.internal.CacheImpl
-
- getNumberOfCacheHits() - Method in interface io.github.resilience4j.cache.Cache.Metrics
-
Returns the current number of cache hits
- getNumberOfCacheMisses() - Method in interface io.github.resilience4j.cache.Cache.Metrics
-
Returns the current number of cache misses.
- getThrowable() - Method in class io.github.resilience4j.cache.event.CacheOnErrorEvent
-