msys.gauge_cache.get
Name
msys.gauge_cache.get — Look up the value associated with keystring in the named cache
Synopsis
msys.gauge_cache.get(cachename, keystring);
cachename: string keystring: string
Description
Looks up the value associated with keystring
in the named cache.
Enable this function with the statement require('msys.gauge_cache');
.
See Also
msys.gauge_cache.define, msys.gauge_cache.inc, msys.gauge_cache.dec, “Shared Gauge Caches”