Uses of Interface
one.microstream.cache.types.CacheEntry
Package | Description |
---|---|
one.microstream.cache.types |
-
Uses of CacheEntry in one.microstream.cache.types
Classes in one.microstream.cache.types that implement CacheEntry Modifier and Type Class Description static class
CacheEntry.Default<K,V>
Methods in one.microstream.cache.types that return CacheEntry Modifier and Type Method Description static <K, V> CacheEntry<K,V>
CacheEntry. New(K key, V value)