Skip to main content
Glama
ICacheProvider.js•729 B
"use strict"; /** * 🎯 SEMANTIC INTENT: Port for caching domain entities * * WHY: Cache provider abstracts caching implementation from application layer * - Enables time-based caching to avoid repeated API calls * - Generic to support any domain entity type * - TTL (time-to-live) semantic preserves cache freshness intent * * OBSERVABLE PROPERTIES: * - key: Observable cache identifier * - value: Cached domain entity (typed) * - ttl: Observable expiration time in seconds * * SEMANTIC ANCHORING: Cache expiration based on observable time * IMMUTABILITY: Cached entities should be frozen before storage */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=ICacheProvider.js.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/semanticintent/semantic-d1-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server