CacheGetproperties()

Returns the properties for this cache type

Usage

STRUCTURE = CacheGetproperties( region )
Argument Summary
region the region engine to call this

Calling

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

CacheGetproperties(
   region=?
);

Supports passing parameters as a structure using ArgumentCollection:

CacheGetproperties( ArgumentCollection={
   region : ?
} );

Extra

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