CacheRegionremove()

Removes the region. This merely deletes the cache reference. No data held in the cache will be purged

Usage

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

Calling

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

CacheRegionremove(
   region=?
);

Supports passing parameters as a structure using ArgumentCollection:

CacheRegionremove( ArgumentCollection={
   region : ?
} );

Extra

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