Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ useCacheService
Function
useCacheService
src/services/cache/service.ts:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
type
{ CacheServiceAdapter } from
'./types'
3
4
export
function
useCacheService(): CacheServiceAdapter {
5
return
getRegisteredAdapter<CacheServiceAdapter>(
'cache'
)
6
}
Callers
3
downloadImage
Function · 0.90
exportConversation
Function · 0.85
exportSQLResult
Function · 0.85
Calls
1
getRegisteredAdapter
Function · 0.90
Tested by
no test coverage detected