Uses of Class
org.apache.ignite.cache.CacheManager
-
Packages that use CacheManager Package Description org.apache.ignite.cache Contains main Data Grid APIs.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of CacheManager in org.apache.ignite.cache
Methods in org.apache.ignite.cache with parameters of type CacheManager Modifier and Type Method Description protected voidCachingProvider. removeClosedManager(CacheManager mgr) -
Uses of CacheManager in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return CacheManager Modifier and Type Method Description CacheManagerIgniteCacheProxyImpl. getCacheManager()Methods in org.apache.ignite.internal.processors.cache with parameters of type CacheManager Modifier and Type Method Description voidGatewayProtectedCacheProxy. setCacheManager(CacheManager cacheMgr)Sets CacheManager to delegate.voidIgniteCacheProxyImpl. setCacheManager(CacheManager cacheMgr)
-