/**
 * Re-export MemoryCache from @humanspeak/memory-cache package.
 * This provides a generic in-memory cache implementation with TTL and size-based eviction.
 */
export { MemoryCache } from '@humanspeak/memory-cache';
