msys.gauge_cache.inc
Last updated March 2020
Name
msys.gauge_cache.inc — Increment the value associated with keystring
in the named cache
Synopsis
msys.gauge_cache.inc(cachename, keystring);
cachename: string keystring: string
Description
Increments the value associated with keystring
in the named cache.
Enable this function with the statement require('msys.gauge_cache');
.
See Also
Was this page helpful?