Interface CacheResolver<T extends GemFireCache>

Type Parameters:
T - subclass of GemFireCache.
All Superinterfaces:
Supplier<T>
All Known Implementing Classes:
AbstractCachingCacheResolver, BeanFactoryCacheResolver, CacheFactoryCacheResolver, ClientCacheFactoryCacheResolver, ComposableCacheResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CacheResolver<T extends GemFireCache> extends Supplier<T>
Strategy interface for resolving a instance reference to a GemFireCache.
Since:
2.3.0
Author:
John Blum
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    get()
    Gets the resolved instance of the GemFireCache.
    Resolves the instance reference to the GemFireCache implementation.