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:
-
Cache
CacheFactory
CacheResolver
AbstractCachingCacheResolver
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.geode.cache.Cache
Performs the actual resolution process of theGemFireCache
object iff the cache reference is not already cached.Methods inherited from class org.springframework.data.gemfire.support.AbstractCachingCacheResolver
resolve
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:AbstractCachingCacheResolver
Performs the actual resolution process of theGemFireCache
object iff the cache reference is not already cached.- Specified by:
doResolve
in classAbstractCachingCacheResolver<org.apache.geode.cache.Cache>
- See Also:
-