Package io.micronaut.microstream.cache
Class MicroStreamSyncCache<K,V> 
java.lang.Object
io.micronaut.cache.jcache.JCacheSyncCache
io.micronaut.microstream.cache.MicroStreamSyncCache<K,V> 
- Type Parameters:
- K- the key type
- V- the value type
- All Implemented Interfaces:
- io.micronaut.cache.Cache<javax.cache.Cache>,- io.micronaut.cache.SyncCache<javax.cache.Cache>,- AutoCloseable
public class MicroStreamSyncCache<K,V> 
extends io.micronaut.cache.jcache.JCacheSyncCache
implements AutoCloseable
A 
SyncCache implementation that uses a MicroStream Cache instance.- Since:
- 1.0.0
- Author:
- Tim Yates
- 
Constructor SummaryConstructorsConstructorDescriptionMicroStreamSyncCache(javax.cache.Cache<K, V> cache, io.micronaut.core.convert.ConversionService conversionService, ExecutorService executorService) 
- 
Method SummaryMethods inherited from class io.micronaut.cache.jcache.JCacheSyncCacheget, get, getExecutorService, getName, getNativeCache, invalidate, invalidateAll, put, putIfAbsentMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.cache.CachegetCacheInfoMethods inherited from interface io.micronaut.cache.SyncCacheasync, get, get, putIfAbsent
- 
Constructor Details- 
MicroStreamSyncCachepublic MicroStreamSyncCache(javax.cache.Cache<K, V> cache, io.micronaut.core.convert.ConversionService conversionService, ExecutorService executorService) 
 
- 
- 
Method Details- 
close- Specified by:
- closein interface- AutoCloseable
- Throws:
- Exception
 
 
-