Package io.quarkus.cache
Class DefaultCacheKey
java.lang.Object
io.quarkus.cache.DefaultCacheKey
A default cache key is used by the annotations caching API when a no-args method annotated with
CacheResult or
CacheInvalidate is invoked. This class can also be used with the programmatic caching API.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultCacheKey
Constructor.- Parameters:
cacheName- cache name- Throws:
NullPointerException- if the cache name isnull
-
-
Method Details