Uses of Interface
io.quarkus.cache.CacheManager
Packages that use CacheManager
Package
Description
-
Uses of CacheManager in io.quarkus.cache
Methods in io.quarkus.cache that return types with arguments of type CacheManager -
Uses of CacheManager in io.quarkus.cache.runtime
Classes in io.quarkus.cache.runtime that implement CacheManagerModifier and TypeClassDescriptionclassThis class is registered as anApplicationScopedsynthetic bean at build time.Fields in io.quarkus.cache.runtime declared as CacheManagerModifier and TypeFieldDescription(package private) CacheManagerCacheInterceptor.cacheManager(package private) CacheManagerCacheProducer.cacheManagerMethods in io.quarkus.cache.runtime that return types with arguments of type CacheManagerModifier and TypeMethodDescriptionCacheManagerRecorder.resolveCacheInfo(Collection<CacheManagerInfo> infos, Set<String> cacheNames, boolean micrometerMetricsEnabled) -
Uses of CacheManager in io.quarkus.cache.runtime.caffeine
Methods in io.quarkus.cache.runtime.caffeine that return types with arguments of type CacheManagerModifier and TypeMethodDescriptionstatic Supplier<CacheManager> CaffeineCacheManagerBuilder.buildWithMicrometerMetrics(Set<String> cacheNames, CacheConfig cacheConfig) static Supplier<CacheManager> CaffeineCacheManagerBuilder.buildWithoutMetrics(Set<String> cacheNames, CacheConfig cacheConfig) -
Uses of CacheManager in io.quarkus.cache.runtime.noop
Methods in io.quarkus.cache.runtime.noop that return types with arguments of type CacheManager