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() | 
@NonNull SyncCache<C> getCache(String name)
name - The name of the cacheSyncCache instanceConfigurationException - If no cache is found for the given name