C - The native cache implementationpublic interface CacheManager<C>
Simple CacheManager interface for managing caches.
| Modifier and Type | Method and Description | 
|---|---|
| SyncCache<C> | getCache(String name)Retrieve a cache for the given name. | 
| Set<String> | getCacheNames() |