returns true if the cache is currently in distributed mode,
that it is distributing updates and invalidates within the site, false
if all cache actions are local to the process only.
returns an array of all subRegions in this region
The list contains only the subRegions in the region itself, it does
not contain subRegions in subRegions of the region.
allows for some of the attributes of a region to be reset,
in particular: expiration time, time to live, default time to
live, idle time, and event handlers.
allows some cache attributes to be reset while the cache is running
The following attributes can be reset: maxObjects, maxSize, diskSize,
cleanInterval and logSeverity.
allows for some of the attributes of the named object to
be reset, in particular: expiration time, time to live, default
time to live, idle time, and event handlers.