Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ list
Method
list
src/app/cache.ts:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
del(key: string): Promise<void>;
9
clear(): Promise<void>;
10
list(): Promise<string[]>;
11
}
12
13
class
ExtCache implements CacheStorage {
Callers
9
gm_cookie.js
File · 0.65
gm_api_async_test.js
File · 0.65
Tools
Function · 0.65
parse
Method · 0.65
cache.test.ts
File · 0.65
clearCache
Method · 0.65
syncOnceInternal
Method · 0.65
updateFileDigest
Method · 0.65
CAT_fileStorage
Method · 0.65
Implementers
1
ExtCache
src/app/cache.ts
Calls
no outgoing calls
Tested by
no test coverage detected