Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
65
module.exports = Cache;
Callers
5
cache.js
File · 0.80
helpers.js
File · 0.80
refillJob.js
File · 0.80
tokenBucket.js
File · 0.80
healthCheckCache.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected