DataCacheContents

Returns the contents of a specified DataCache.

Usage

@DCC(<DataCacheName>, [SortOrder])

Argument Name Description
DataCacheName The name of the data-cache.
SortOrder Comma delimited list of columns to sort the DataCache by. When specifying more than one column SortOrder must be in quotes. Example: Col1 Example: Col1, Col3 Example: "Col2 DESC, Col1 ASC"