Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ebosas/microservices
/ MessageCache
Interface
MessageCache
web/react/src/interfaces.ts:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
7
export
interface
MessageCache extends Message {
8
timefmt: string;
9
}
10
11
export
interface
Cache {
12
count: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected