MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / _cacheDelete

Function _cacheDelete

_datafiles/html/admin/static/js/api.js:52–56  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

50 }
51
52 function _cacheDelete(path) {
53 try {
54 sessionStorage.removeItem(_cacheKey(path));
55 } catch (_) {}
56 }
57
58 function _cacheKeys() {
59 const keys = [];

Callers 2

_invalidateFunction · 0.85
clearCacheFunction · 0.85

Calls 2

_cacheKeyFunction · 0.85
removeItemMethod · 0.80

Tested by

no test coverage detected