MCPcopy Create free account
hub / github.com/idank/explainshell / ManpageCacheInfo

Class ManpageCacheInfo

explainshell/caching_store.py:23–30  ·  view source on GitHub ↗

Runtime stats for CachingStore's manpage lookup cache.

Source from the content-addressed store, hash-verified

21
22
23class ManpageCacheInfo(NamedTuple):
24 """Runtime stats for CachingStore's manpage lookup cache."""
25
26 hits: int
27 misses: int
28 entries: int
29 size_bytes: int
30 max_bytes: int
31
32
33# Sized for our current prod instances.

Callers 1

manpage_cache_infoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected