C
- The native cache implementationpublic interface DynamicCacheManager<C>
A contract for a cache manager that does not have pre-defined caches.
Modifier and Type | Method and Description |
---|---|
SyncCache<C> |
getCache(String name)
Retrieve a cache for the given name.
|
@NonNull SyncCache<C> getCache(String name)
name
- The name of the cacheSyncCache
instance