Uses of Interface
io.quarkus.cache.CacheKeyGenerator
Packages that use CacheKeyGenerator
-
Uses of CacheKeyGenerator in io.quarkus.cache.runtime
Classes in io.quarkus.cache.runtime that implement CacheKeyGeneratorModifier and TypeClassDescriptionclassThisCacheKeyGeneratorimplementation is ignored byCacheInterceptorwhen a cache key is computed.Fields in io.quarkus.cache.runtime with type parameters of type CacheKeyGeneratorModifier and TypeFieldDescription(package private) jakarta.enterprise.inject.Instance<CacheKeyGenerator>CacheInterceptor.keyGeneratorMethod parameters in io.quarkus.cache.runtime with type arguments of type CacheKeyGeneratorModifier and TypeMethodDescriptionprotected ObjectCacheInterceptor.getCacheKey(Cache cache, Class<? extends CacheKeyGenerator> keyGeneratorClass, List<Short> cacheKeyParameterPositions, Method method, Object[] methodParameterValues)