Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ _cacheKey
Function
_cacheKey
_datafiles/html/admin/static/js/api.js:30–32 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
28
const
CACHE_PREFIX =
'adminapi_cache:'
;
29
30
function
_cacheKey(path) {
31
return
CACHE_PREFIX + path;
32
}
33
34
function
_cacheGet(path) {
35
try {
Callers
3
_cacheGet
Function · 0.85
_cacheSet
Function · 0.85
_cacheDelete
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected