Package org.forgerock.openig.tools.cache
package org.forgerock.openig.tools.cache
This package contains classes to deal with caching.
-
ClassDescriptionAsyncCache<K,
V, E extends Exception> A Promise-based cache interface that provides asynchronous access to a cache implementation.CaffeineAsyncCache<K,V, E extends Exception> Provides a Caffeine-based implementation of theAsyncCache
.CaffeineAsyncCache.Builder<K,V, E extends Exception> A builder for aCaffeineAsyncCache
.Utility class for Caffeine-related workarounds.Expose Caffeine'sStatsCounter
in our ownMeterRegistry
.