Uses of Interface
one.microstream.cache.CacheManager
Package | Description |
---|---|
one.microstream.cache |
-
Uses of CacheManager in one.microstream.cache
Classes in one.microstream.cache that implement CacheManager Modifier and Type Class Description static class
CacheManager.Default
Methods in one.microstream.cache that return CacheManager Modifier and Type Method Description CacheManager
Cache.Default. getCacheManager()
CacheManager
Cache. getCacheManager()
CacheManager
CachingProvider. getCacheManager()
CacheManager
CachingProvider. getCacheManager(URI uri, ClassLoader classLoader)
CacheManager
CachingProvider. getCacheManager(URI uri, ClassLoader classLoader, Properties properties)
Methods in one.microstream.cache with parameters of type CacheManager Modifier and Type Method Description static <K, V> Cache<K,V>
Cache. New(String name, CacheManager manager, CacheConfiguration<K,V> configuration)