Uses of Class
io.quarkus.cache.runtime.AbstractCache
-
Packages that use AbstractCache Package Description io.quarkus.cache.runtime.caffeine io.quarkus.cache.runtime.noop -
-
Uses of AbstractCache in io.quarkus.cache.runtime.caffeine
Subclasses of AbstractCache in io.quarkus.cache.runtime.caffeine Modifier and Type Class Description classCaffeineCacheImplThis class is an internal Quarkus cache implementation using Caffeine. -
Uses of AbstractCache in io.quarkus.cache.runtime.noop
Subclasses of AbstractCache in io.quarkus.cache.runtime.noop Modifier and Type Class Description classNoOpCacheThis class is an internal Quarkus cache implementation.
-