Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mudler/LocalAI
/ CacheEntry
Class
CacheEntry
backend/python/mlx/mlx_cache.py:26–29 ·
view source on GitHub ↗
A cache entry with reference counting.
Source
from the content-addressed store, hash-verified
24
25
@dataclass
26
class
CacheEntry:
27
""
"A cache entry with reference counting."
""
28
prompt_cache: List[Any]
29
count: int
30
31
32
@dataclass
Callers
2
_extract
Method · 0.70
insert_cache
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected