CacheRegionexists()

Determines if the region exists

Usage

BOOLEAN = CacheRegionexists( region )
Argument Summary
region the region engine to use

Calling

Supports named-parameter calling allowing you to use the function like:

CacheRegionexists(
   region=?
);

Supports passing parameters as a structure using ArgumentCollection:

CacheRegionexists( ArgumentCollection={
   region : ?
} );

Extra

For more information on using caching and setup, visit the Caching