Uses of Interface
one.microstream.cache.types.MutableCacheEntry
Package | Description |
---|---|
one.microstream.cache.types |
-
Uses of MutableCacheEntry in one.microstream.cache.types
Classes in one.microstream.cache.types that implement MutableCacheEntry Modifier and Type Class Description static class
MutableCacheEntry.Default<K,V>
Methods in one.microstream.cache.types that return MutableCacheEntry Modifier and Type Method Description static <K, V> MutableCacheEntry<K,V>
MutableCacheEntry. New(ObjectConverter converter, K key, CachedValue cachedValue, long now, javax.cache.integration.CacheLoader<K,V> cacheLoader)