MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / CacheEntry

Class CacheEntry

codeclash/viewer/app.py:95–99  ·  view source on GitHub ↗

Cache entry with data and timestamp

Source from the content-addressed store, hash-verified

93
94@dataclass
95class CacheEntry:
96 """Cache entry with data and timestamp"""
97
98 data: Any
99 timestamp: datetime
100
101
102class SimpleCache:

Callers 1

setMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected