MCPcopy 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:
347export function clearAclCache (url) {
348 if (url) delete temporaryCache[url]
349 else temporaryCache = {}
350}

Callers 4

putMethod · 0.90
deleteMethod · 0.90
copyMethod · 0.90
patchMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected