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 classCacheManager.DefaultMethods in one.microstream.cache that return CacheManager Modifier and Type Method Description CacheManagerCache.Default. getCacheManager()CacheManagerCache. getCacheManager()CacheManagerCachingProvider. getCacheManager()CacheManagerCachingProvider. getCacheManager(URI uri, ClassLoader classLoader)CacheManagerCachingProvider. 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)