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