MCPcopy Create free account
hub / github.com/Datakitpage/Datakit /

Class

backend/api/src/postgres-proxy/utils/cache.util.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export class MemoryCache<T> {
26 private readonly logger = new Logger(MemoryCache.name);
27 private readonly cache = new Map<string, CacheEntry<T>>();
28 private readonly options: Required<CacheOptions>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected