Uses of Interface
io.quarkus.cache.CacheManager
-
Packages that use CacheManager Package Description io.quarkus.cache.runtime io.quarkus.cache.runtime.caffeine io.quarkus.cache.runtime.noop -
-
Uses of CacheManager in io.quarkus.cache.runtime
Classes in io.quarkus.cache.runtime that implement CacheManager Modifier and Type Class Description classCacheManagerImplThis class is registered as an @ApplicationScoped synthetic bean at build time.Fields in io.quarkus.cache.runtime declared as CacheManager Modifier and Type Field Description (package private) CacheManagerCacheInterceptor. cacheManager(package private) CacheManagerCacheProducer. cacheManagerMethods in io.quarkus.cache.runtime that return CacheManager Modifier and Type Method Description static CacheManagerCaffeineCacheSupplier. cacheManager() -
Uses of CacheManager in io.quarkus.cache.runtime.caffeine
Methods in io.quarkus.cache.runtime.caffeine that return types with arguments of type CacheManager Modifier and Type Method Description Supplier<CacheManager>CaffeineCacheBuildRecorder. getCacheManagerSupplier(Set<CaffeineCacheInfo> cacheInfos, MetricsInitializer metricsInitializer) -
Uses of CacheManager in io.quarkus.cache.runtime.noop
Methods in io.quarkus.cache.runtime.noop that return types with arguments of type CacheManager Modifier and Type Method Description Supplier<CacheManager>NoOpCacheBuildRecorder. getCacheManagerSupplier(Set<String> cacheNames)
-