public interface CacheRegionProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CacheRegion> |
getAllRegions()
Returns immutable collections of ALL regions (manual and regular)
|
CacheRegion |
getManualRegion(java.lang.String name)
Returns manual region of name given or NULL.
|
java.util.Collection<CacheRegion> |
getManualRegions()
Returns all manual regions.
|
java.util.List<CacheRegion> |
getQueryRegions()
returns regions handling __QUERY_CACHE__
|
java.util.List<CacheRegion> |
getRegionByName(java.lang.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. |
java.util.List<CacheRegion> |
getRegions()
Returns all non-manual regions.
|
java.util.List<CacheRegion> |
getRegionsForType(java.lang.Object typeCode)
returns collection of regions handling type given.
|
java.util.List<CacheRegion> getAllRegions()
java.util.List<CacheRegion> getRegions()
java.util.List<CacheRegion> getRegionsForType(java.lang.Object typeCode)
CacheRegion getRegionForAllTypes()
java.util.List<CacheRegion> getRegionByName(java.lang.String name)
java.util.List<CacheRegion> getQueryRegions()
CacheRegion getManualRegion(java.lang.String name)
java.util.Collection<CacheRegion> getManualRegions()
Copyright © 2018 SAP SE. All Rights Reserved.