MCPcopy
hub / github.com/lmnr-ai/lmnr / CacheEntry

Interface CacheEntry

frontend/lib/cache.ts:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19})();
20
21interface CacheEntry<T> {
22 value: T;
23 expiresAt: number | null;
24}
25
26interface RedisSetOptions {
27 expireAfterSeconds?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected