Package io.micronaut.cache
Interface Cache<C>
- Type Parameters:
C- The native cache implementation
- All Known Subinterfaces:
AsyncCache<C>,SyncCache<C>
- All Known Implementing Classes:
AbstractMapBasedSyncCache,DelegatingAsyncBlockingCache,DelegatingAsyncCache,JCacheSyncCache
public interface Cache<C>
Base cache interface implemented by both SyncCache and AsyncCache.
- Since:
- 1.0