MCPcopy Index your code
hub / github.com/scality/cloudserver / clear

Method clear

lib/kms/Cache.js:59–62  ·  view source on GitHub ↗

* Clears the cache. * @returns {undefined}

()

Source from the content-addressed store, hash-verified

57 * @returns {undefined}
58 */
59 clear() {
60 this.lastChecked = null;
61 this.result = null;
62 }
63}
64
65module.exports = Cache;

Callers 5

cache.jsFile · 0.80
helpers.jsFile · 0.80
refillJob.jsFile · 0.80
tokenBucket.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected