Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
interface
CacheEntry<T> {
22
value: T;
23
expiresAt: number | null;
24
}
25
26
interface
RedisSetOptions {
27
expireAfterSeconds?: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected