Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

string my$Cache$Cache.Get(key: string)

Arguments

string key
Key of value

Returns

...

Remarks

Key name can be separated with ":" qualifier if required.

Example

How to get a cached object

Code Block
languagejs
var id = 1;
var myObject = $Cache.Get('myObject:' + id);

Examples

...

languagejs

...

See Also