Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodeSolidServer/node-solid-server
/ clearAclCache
Function
clearAclCache
lib/acl-checker.mjs:347–350 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
345
346
// Used in ldp and the unit tests:
347
export
function
clearAclCache (url) {
348
if
(url) delete temporaryCache[url]
349
else
temporaryCache = {}
350
}
Callers
4
put
Method · 0.90
delete
Method · 0.90
copy
Method · 0.90
patch
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected