Uses of Class
org.cache2k.extra.spring.SpringCache2kCache
-
-
Uses of SpringCache2kCache in org.cache2k.extra.spring
Methods in org.cache2k.extra.spring that return SpringCache2kCache Modifier and Type Method Description @NonNull SpringCache2kCache
SpringCache2kCacheManager. getCache(String name)
Returns an existing cache or creates and wraps a new cache if the creation of unknown caches is enabled.Methods in org.cache2k.extra.spring that return types with arguments of type SpringCache2kCache Modifier and Type Method Description Map<String,SpringCache2kCache>
SpringCache2kCacheManager. getCacheMap()
Expose the map of created and wrapped caches.
-