Spring Data for VMware GemFire
Class CacheFactoryCacheResolver
java.lang.Object
org.springframework.data.gemfire.support.AbstractCachingCacheResolver<org.apache.geode.cache.Cache>
org.springframework.data.gemfire.support.CacheFactoryCacheResolver
- All Implemented Interfaces:
Supplier<org.apache.geode.cache.Cache>,CacheResolver<org.apache.geode.cache.Cache>
public class CacheFactoryCacheResolver
extends AbstractCachingCacheResolver<org.apache.geode.cache.Cache>
- Since:
- 2.3.0
- See Also:
-
CacheCacheFactoryCacheResolverAbstractCachingCacheResolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.geode.cache.CachePerforms the actual resolution process of theGemFireCacheobject iff the cache reference is not already cached.Methods inherited from class org.springframework.data.gemfire.support.AbstractCachingCacheResolver
resolveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.gemfire.CacheResolver
get
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
CacheFactoryCacheResolver
public CacheFactoryCacheResolver()
-
-
Method Details
-
doResolve
protected org.apache.geode.cache.Cache doResolve()Description copied from class:AbstractCachingCacheResolverPerforms the actual resolution process of theGemFireCacheobject iff the cache reference is not already cached.- Specified by:
doResolvein classAbstractCachingCacheResolver<org.apache.geode.cache.Cache>- See Also:
-