Uses of Interface
io.quarkus.cache.CacheKeyGenerator
-
Packages that use CacheKeyGenerator Package Description io.quarkus.cache io.quarkus.cache.runtime -
-
Uses of CacheKeyGenerator in io.quarkus.cache
Methods in io.quarkus.cache that return types with arguments of type CacheKeyGenerator Modifier and Type Method Description Class<? extends CacheKeyGenerator>keyGenerator()TheCacheKeyGeneratorimplementation to use to generate a cache key.Class<? extends CacheKeyGenerator>keyGenerator()TheCacheKeyGeneratorimplementation to use to generate a cache key. -
Uses of CacheKeyGenerator in io.quarkus.cache.runtime
Classes in io.quarkus.cache.runtime that implement CacheKeyGenerator Modifier and Type Class Description classUndefinedCacheKeyGeneratorThisCacheKeyGeneratorimplementation is ignored byCacheInterceptorwhen a cache key is computed.Fields in io.quarkus.cache.runtime with type parameters of type CacheKeyGenerator Modifier and Type Field Description (package private) jakarta.enterprise.inject.Instance<CacheKeyGenerator>CacheInterceptor. keyGeneratorMethod parameters in io.quarkus.cache.runtime with type arguments of type CacheKeyGenerator Modifier and Type Method Description protected ObjectCacheInterceptor. getCacheKey(Cache cache, Class<? extends CacheKeyGenerator> keyGeneratorClass, List<Short> cacheKeyParameterPositions, Method method, Object[] methodParameterValues)
-