MCPcopy
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
26class CacheEntry:
27 """A cache entry with reference counting."""
28 prompt_cache: List[Any]
29 count: int
30
31
32@dataclass

Callers 2

_extractMethod · 0.70
insert_cacheMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected