Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_invalidate
Function · 0.85
clearCache
Function · 0.85
Calls
2
_cacheKey
Function · 0.85
removeItem
Method · 0.80
Tested by
no test coverage detected