Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
class
CacheEntry:
96
""
"Cache entry with data and timestamp"
""
97
98
data: Any
99
timestamp: datetime
100
101
102
class
SimpleCache:
Callers
1
set
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected