Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getCacheDir
Method
getCacheDir
packages/core/src/interfaces/path-provider.ts:45–45 ·
view source on GitHub ↗
缓存目录(存放可再生的派生数据),基于 systemDir
()
Source
from the content-addressed store, hash-verified
43
44
/** 缓存目录(存放可再生的派生数据),基于 systemDir */
45
getCacheDir(): string
46
47
/** 临时文件目录,基于 systemDir */
48
getTempDir(): string
Callers
6
withAnalyticsCache
Function · 0.65
registerCacheRoutes
Function · 0.65
deleteSessionDatabaseFiles
Method · 0.65
snapshotPathProvider
Function · 0.65
database-manager-adapter.test.ts
File · 0.65
deleteSession
Function · 0.65
Implementers
3
NodePathProvider
packages/node-runtime/src/node-path-pr
StaticPathProvider
packages/node-runtime/src/semantic-ind
ElectronPathProvider
apps/desktop/main/electron-path-provid
Calls
no outgoing calls
Tested by
no test coverage detected