Skip to main content
Glama
1yhy
by 1yhy
index.ts662 B
/** * Cache Module * * Multi-layer caching system for Figma data. * * @module services/cache */ // Types export type { CacheConfig, MemoryCacheConfig, DiskCacheConfig, CacheEntryMeta, NodeCacheEntry, ImageCacheEntry, MemoryCacheStats, DiskCacheStats, CacheStatistics, } from "./types.js"; export { DEFAULT_MEMORY_CONFIG, DEFAULT_DISK_CONFIG, DEFAULT_CACHE_CONFIG } from "./types.js"; // LRU Cache export { LRUCache, NodeLRUCache, type LRUCacheConfig, type CacheStats } from "./lru-cache.js"; // Disk Cache export { DiskCache } from "./disk-cache.js"; // Cache Manager export { CacheManager, cacheManager } from "./cache-manager.js";

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/1yhy/Figma-Context-MCP'

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