public interface CacheRegionResolver
| Modifier and Type | Method and Description |
|---|---|
CacheRegion |
resolveForGet(CacheKey key) |
List<CacheRegion> |
resolveForInvalidation(CacheKey key)
Returns regions for direct invalidation
|
List<CacheRegion> |
resolveQueryRegions(CacheKey key)
Returns regions for indirect invalidation
|
CacheRegion resolveForGet(CacheKey key)
List<CacheRegion> resolveForInvalidation(CacheKey key)
List<CacheRegion> resolveQueryRegions(CacheKey key)
Copyright © 2017 SAP SE. All Rights Reserved.