Package io.micronaut.cache
Interface CacheManager<C>
-
- Type Parameters:
C
- The native cache implementation
- All Known Implementing Classes:
DefaultCacheManager
,JCacheManager
public interface CacheManager<C>
Simple CacheManager interface for managing caches.
- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyncCache<C>
getCache(java.lang.String name)
Retrieve a cache for the given name.java.util.Set<java.lang.String>
getCacheNames()
-