public interface CacheRegionResolver
| 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
|
CacheRegion resolveForGet(CacheKey key)
java.util.List<CacheRegion> resolveForInvalidation(CacheKey key)
java.util.List<CacheRegion> resolveQueryRegions(CacheKey key)
Copyright © 2018 SAP SE. All Rights Reserved.