Uses of Interface
one.microstream.cache.MutableCacheEntry
Package | Description |
---|---|
one.microstream.cache |
-
Uses of MutableCacheEntry in one.microstream.cache
Classes in one.microstream.cache that implement MutableCacheEntry Modifier and Type Class Description static class
MutableCacheEntry.Default<K,V>
Methods in one.microstream.cache 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)