Package io.quarkus.cache
Interface Cache
-
- All Known Implementing Classes:
AbstractCache,CaffeineCache,NoOpCache
public interface CacheUse this interface to interact with a cache programmatically. The cache can be injected using theCacheNameannotation or retrieved usingCacheManager.