Region Access
You can use Cache::getRegion
to retrieve a reference to a specified region.
RegionPtr
returns NULL
if the region is not already present in the application’s cache. A server region must already exist.
A region name cannot contain these characters:
- <
- >
- :
- “
- /
- \
- |
- ?
- *