MCPcopy Create free account
hub / github.com/ReAPI-com/mcp-openapi / CacheOptions

Interface CacheOptions

src/core/Cache.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface CacheOptions {
2 maxSize?: number;
3 ttl?: number;
4 cleanupInterval?: number;
5}
6
7export interface CacheEntry<T> {
8 value: T;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected