Uses of Interface
io.quarkus.cache.Cache
Packages that use Cache
Package
Description
-
Uses of Cache in io.quarkus.cache
Subinterfaces of Cache in io.quarkus.cacheMethods in io.quarkus.cache with type parameters of type CacheModifier and TypeMethodDescription<T extends Cache>
TReturns this cache as an instance of the provided type if possible.Methods in io.quarkus.cache that return types with arguments of type Cache -
Uses of Cache in io.quarkus.cache.runtime
Classes in io.quarkus.cache.runtime that implement CacheMethods in io.quarkus.cache.runtime with type parameters of type CacheMethods in io.quarkus.cache.runtime that return CacheModifier and TypeMethodDescription(package private) CacheCacheProducer.produce(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) Methods in io.quarkus.cache.runtime that return types with arguments of type CacheMethods in io.quarkus.cache.runtime with parameters of type CacheModifier and TypeMethodDescriptionprotected ObjectCacheInterceptor.getCacheKey(Cache cache, Class<? extends CacheKeyGenerator> keyGeneratorClass, List<Short> cacheKeyParameterPositions, Method method, Object[] methodParameterValues) Constructor parameters in io.quarkus.cache.runtime with type arguments of type Cache -
Uses of Cache in io.quarkus.cache.runtime.caffeine
Classes in io.quarkus.cache.runtime.caffeine that implement CacheModifier and TypeClassDescriptionclassThis class is an internal Quarkus cache implementation using Caffeine. -
Uses of Cache in io.quarkus.cache.runtime.noop
Classes in io.quarkus.cache.runtime.noop that implement CacheModifier and TypeClassDescriptionclassThis class is an internal Quarkus cache implementation.