msys.gauge_cache.remove_item
Name
msys.gauge_cache.remove_item — Remove the value associated with keystring
from the named cache
Synopsis
msys.gauge_cache.remove_item(cachename, keystring);
cachename: string keystring: string
Description
Removes the value associated with keystring
from the named cache.
Enable this function with the statement require('msys.gauge_cache');
.
See Also
msys.gauge_cache.inc, msys.gauge_cache.dec, “Shared Gauge Caches”