public class SingleCacheRegionResolver extends java.lang.Object implements CacheRegionResolver
| Modifier and Type | Field and Description |
|---|---|
protected CacheRegion |
region |
protected java.util.List<CacheRegion> |
regionCollection |
| Constructor and Description |
|---|
SingleCacheRegionResolver(CacheRegionProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
CacheRegion |
resolveForGet(CacheKey key) |
java.util.List<CacheRegion> |
resolveForInvalidation(CacheKey key)
Returns regions for direct invalidation
|
java.util.List<CacheRegion> |
resolveQueryRegions(CacheKey key)
Returns regions for indirect invalidation
|
protected final CacheRegion region
protected final java.util.List<CacheRegion> regionCollection
public SingleCacheRegionResolver(CacheRegionProvider provider)
public CacheRegion resolveForGet(CacheKey key)
resolveForGet in interface CacheRegionResolverpublic java.util.List<CacheRegion> resolveForInvalidation(CacheKey key)
CacheRegionResolverresolveForInvalidation in interface CacheRegionResolverpublic java.util.List<CacheRegion> resolveQueryRegions(CacheKey key)
CacheRegionResolverresolveQueryRegions in interface CacheRegionResolverCopyright © 2018 SAP SE. All Rights Reserved.