Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codefuse-ai/ModelCache
/ CacheBase
Function
CacheBase
modelcache_mm/manager/scalar_data/__init__.py:8–9 ·
view source on GitHub ↗
(name: str, **kwargs)
Source
from the content-addressed store, hash-verified
6
7
8
def
CacheBase(name: str, **kwargs):
9
return
scalar_manager.CacheBase.get(name, **kwargs)
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected