MCPcopy 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
8def CacheBase(name: str, **kwargs):
9 return scalar_manager.CacheBase.get(name, **kwargs)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected