Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/cms
/
Class
src/lib/cache/in-memory-cache.ts:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
export
class
InMemoryCache implements ICache {
9
private inMemoryDb: Map<string, ICacheEntry>;
10
private static instance: InMemoryCache;
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected