Uses of Package
io.quarkus.cache
-
Packages that use io.quarkus.cache Package Description io.quarkus.cache io.quarkus.cache.runtime io.quarkus.cache.runtime.caffeine io.quarkus.cache.runtime.noop -
Classes in io.quarkus.cache used by io.quarkus.cache Class Description Cache Use this interface to interact with a cache programmatically e.g.CacheInvalidate When a method annotated withCacheInvalidateis invoked, Quarkus will compute a cache key and use it to try to remove an existing entry from the cache.CacheInvalidateAll When a method annotated withCacheInvalidateAllis invoked, Quarkus will remove all entries from the cache.CacheKeyGenerator Implement this interface to generate a cache key based on the cached method, its parameters or any data available from within the generator. -
Classes in io.quarkus.cache used by io.quarkus.cache.runtime Class Description Cache Use this interface to interact with a cache programmatically e.g.CacheInvalidate When a method annotated withCacheInvalidateis invoked, Quarkus will compute a cache key and use it to try to remove an existing entry from the cache.CacheInvalidateAll When a method annotated withCacheInvalidateAllis invoked, Quarkus will remove all entries from the cache.CacheKeyGenerator Implement this interface to generate a cache key based on the cached method, its parameters or any data available from within the generator.CacheManager Use this interface to retrieve all existingCachenames and interact with any cache programmatically e.g.CacheName Use this annotation on a field, a constructor parameter or a method parameter to inject aCacheand interact with it programmatically e.g.CacheResult When a method annotated withCacheResultis invoked, Quarkus will compute a cache key and use it to check in the cache whether the method has been already invoked.CaffeineCache -
Classes in io.quarkus.cache used by io.quarkus.cache.runtime.caffeine Class Description Cache Use this interface to interact with a cache programmatically e.g.CacheManager Use this interface to retrieve all existingCachenames and interact with any cache programmatically e.g.CaffeineCache -
Classes in io.quarkus.cache used by io.quarkus.cache.runtime.noop Class Description Cache Use this interface to interact with a cache programmatically e.g.CacheManager Use this interface to retrieve all existingCachenames and interact with any cache programmatically e.g.