Uses of Package
io.quarkus.cache
Packages that use io.quarkus.cache
Package
Description
-
Classes in io.quarkus.cache used by io.quarkus.cacheClassDescriptionUse this interface to interact with a cache programmatically e.g. store, retrieve or delete cache values.Use this interface to retrieve all existing
Cachenames and interact with any cache programmatically e.g. store, retrieve or delete cache values. -
Classes in io.quarkus.cache used by io.quarkus.cache.runtimeClassDescriptionUse this interface to interact with a cache programmatically e.g. store, retrieve or delete cache values.When a method annotated with
CacheInvalidateis invoked, Quarkus will compute a cache key and use it to try to remove an existing entry from the cache.When a method annotated withCacheInvalidateAllis invoked, Quarkus will remove all entries from the cache.Implement this interface to generate a cache key based on the cached method, its parameters or any data available from within the generator.Use this interface to retrieve all existingCachenames and interact with any cache programmatically e.g. store, retrieve or delete cache values.Use this annotation on a field, a constructor parameter or a method parameter to inject aCacheand interact with it programmatically e.g. store, retrieve or delete cache values.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. -
Classes in io.quarkus.cache used by io.quarkus.cache.runtime.caffeineClassDescriptionUse this interface to interact with a cache programmatically e.g. store, retrieve or delete cache values.Use this interface to retrieve all existing
Cachenames and interact with any cache programmatically e.g. store, retrieve or delete cache values. -
Classes in io.quarkus.cache used by io.quarkus.cache.runtime.noopClassDescriptionUse this interface to interact with a cache programmatically e.g. store, retrieve or delete cache values.Use this interface to retrieve all existing
Cachenames and interact with any cache programmatically e.g. store, retrieve or delete cache values.