T - subclass of GemFireCache.@FunctionalInterface public interface CacheResolver<T extends org.apache.geode.cache.GemFireCache> extends Supplier<T>
GemFireCache.Supplier,
Cache,
GemFireCache,
ClientCache| Modifier and Type | Method and Description |
|---|---|
default T |
get()
Gets the resolved instance of the
GemFireCache. |
T |
resolve()
Resolves the instance reference to the
GemFireCache implementation. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.