Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/cms
/ evict
Method
evict
src/db/Cache.ts:39–41 ·
view source on GitHub ↗
(type: string, args: string[])
Source
from the content-addressed store, hash-verified
37
}
38
39
async
evict(
type
: string, args: string[]): Promise<null> {
40
return
this.delegate.evict(
type
, args);
41
}
42
}
43
export
const
cache = Cache.getInstance();
Callers
nothing calls this directly
Calls
1
evict
Method · 0.65
Tested by
no test coverage detected