MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / getCached

Method getCached

wxapp/vipshop.js:248–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246 }
247
248 getCached() {
249 return readCache()[this.cacheKey] || {};
250 }
251
252 saveCache(extra = {}) {
253 const cache = readCache();

Callers 1

loadCacheMethod · 0.95

Calls 1

readCacheFunction · 0.70

Tested by

no test coverage detected