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.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. -
Classes in io.quarkus.cache used by io.quarkus.cache.runtime Class Description Cache Use this interface to interact with a cache programmatically.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.CacheManager Use this interface to retrieve all existingCachenames and interact with any cache programmatically.CacheName Use this annotation on a field, a constructor parameter or a method parameter to inject aCacheand interact with it programmatically.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. -
Classes in io.quarkus.cache used by io.quarkus.cache.runtime.caffeine Class Description Cache Use this interface to interact with a cache programmatically.CacheManager Use this interface to retrieve all existingCachenames and interact with any cache programmatically. -
Classes in io.quarkus.cache used by io.quarkus.cache.runtime.noop Class Description Cache Use this interface to interact with a cache programmatically.CacheManager Use this interface to retrieve all existingCachenames and interact with any cache programmatically.