CacheRemoveall()

Removes all the data in the cache

Usage

BOOLEAN = CacheRemoveall( region )
Argument Summary
region the region engine to use - default 'DEFAULT' [optional]

Calling

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

CacheRemoveall(
   region=?
);

Supports passing parameters as a structure using ArgumentCollection:

CacheRemoveall( ArgumentCollection={
   region : ?
} );

Extra

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