CacheGetmetadata()
Returns the meta-data runtime data for this cache type
Usage
STRUCTURE = CacheGetmetadata(
region
)
| Argument | Summary |
|---|---|
| region | the region engine to call this |
Calling
Supports named-parameter calling allowing you to use the function like:
CacheGetmetadata( region=? );
Supports passing parameters as a structure using ArgumentCollection:
CacheGetmetadata( ArgumentCollection={
region : ?
} );
Extra
For more information on using caching and setup, visit the Caching
