public interface CacheRegionProvider
| Modifier and Type | Method and Description |
|---|---|
List<CacheRegion> |
getAllRegions()
Returns immutable collections of ALL regions (manual and regular)
|
CacheRegion |
getManualRegion(String name)
Returns manual region of name given or NULL.
|
Collection<CacheRegion> |
getManualRegions()
Returns all manual regions.
|
List<CacheRegion> |
getQueryRegions()
returns regions handling __QUERY_CACHE__
|
List<CacheRegion> |
getRegionByName(String name)
returns singleton collection for region of name given.
|
CacheRegion |
getRegionForAllTypes()
Get single region able to handle all types.
It is necessary to resolve specific type first. |
List<CacheRegion> |
getRegions()
Returns all non-manual regions.
|
List<CacheRegion> |
getRegionsForType(Object typeCode)
returns collection of regions handling type given.
|
List<CacheRegion> getAllRegions()
List<CacheRegion> getRegions()
List<CacheRegion> getRegionsForType(Object typeCode)
CacheRegion getRegionForAllTypes()
List<CacheRegion> getRegionByName(String name)
List<CacheRegion> getQueryRegions()
CacheRegion getManualRegion(String name)
Collection<CacheRegion> getManualRegions()
Copyright © 2017 SAP SE. All Rights Reserved.