Package io.quarkus.cache
Interface CaffeineCache
-
- All Superinterfaces:
Cache
- All Known Implementing Classes:
CaffeineCacheImpl
public interface CaffeineCache extends Cache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Object>keySet()Returns an unmodifiableSetview of the keys contained in this cache.-
Methods inherited from interface io.quarkus.cache.Cache
as, get, getDefaultKey, getName, invalidate, invalidateAll
-
-