Uses of Interface
io.quarkus.cache.Cache
-
Packages that use Cache Package Description io.quarkus.cache io.quarkus.cache.runtime io.quarkus.cache.runtime.caffeine io.quarkus.cache.runtime.noop -
-
Uses of Cache in io.quarkus.cache
Methods in io.quarkus.cache that return types with arguments of type Cache Modifier and Type Method Description Optional<Cache>CacheManager. getCache(String name)Gets the cache identified by the given name. -
Uses of Cache in io.quarkus.cache.runtime
Classes in io.quarkus.cache.runtime that implement Cache Modifier and Type Class Description classAbstractCacheMethods in io.quarkus.cache.runtime that return Cache Modifier and Type Method Description (package private) CacheCacheProducer. produce(javax.enterprise.inject.spi.InjectionPoint injectionPoint)Methods in io.quarkus.cache.runtime that return types with arguments of type Cache Modifier and Type Method Description Optional<Cache>CacheManagerImpl. getCache(String name)Constructor parameters in io.quarkus.cache.runtime with type arguments of type Cache Constructor Description CacheManagerImpl(Map<String,Cache> caches) -
Uses of Cache in io.quarkus.cache.runtime.caffeine
Classes in io.quarkus.cache.runtime.caffeine that implement Cache Modifier and Type Class Description classCaffeineCacheThis class is an internal Quarkus cache implementation. -
Uses of Cache in io.quarkus.cache.runtime.noop
Classes in io.quarkus.cache.runtime.noop that implement Cache Modifier and Type Class Description classNoOpCacheThis class is an internal Quarkus cache implementation.
-