Uses of Interface
one.microstream.cache.types.CacheManager
Package | Description |
---|---|
one.microstream.cache.hibernate.types | |
one.microstream.cache.types |
-
Uses of CacheManager in one.microstream.cache.hibernate.types
Methods in one.microstream.cache.hibernate.types that return CacheManager Modifier and Type Method Description protected CacheManager
CacheRegionFactory. createCacheManager(org.hibernate.boot.spi.SessionFactoryOptions settings, Map properties)
protected CacheManager
CacheRegionFactory. resolveCacheManager(org.hibernate.boot.spi.SessionFactoryOptions settings, Map properties)
protected CacheManager
CacheRegionFactory. useExplicitCacheManager(org.hibernate.boot.spi.SessionFactoryOptions settings, Object setting)
-
Uses of CacheManager in one.microstream.cache.types
Classes in one.microstream.cache.types that implement CacheManager Modifier and Type Class Description static class
CacheManager.Default
Methods in one.microstream.cache.types 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)
static CacheManager
CacheManager. New(CachingProvider cachingProvider, URI uri, ClassLoader classLoader, Properties properties)
Methods in one.microstream.cache.types 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)