Uses of Interface
io.quarkus.cache.Cache
-
-
Uses of Cache in io.quarkus.cache
Methods in io.quarkus.cache with type parameters of type Cache Modifier and Type Method Description <T extends Cache>
TCache. as(Class<T> type)Returns this cache as an instance of the provided type if possible.Methods in io.quarkus.cache that return types with arguments of type Cache Modifier and Type Method Description Optional<Cache>CacheManager. getCache(String name)Gets the cache identified by the given name.
-