C - The native cache implementationpublic interface Cache<C>
Base cache interface implemented by both SyncCache and AsyncCache.
| Modifier and Type | Method and Description | 
|---|---|
| default Publisher<CacheInfo> | getCacheInfo() | 
| String | getName() | 
| C | getNativeCache() |