import { LRUCache } from 'lru-cache'; export const pipelineEncounters = new LRUCache({ max: 5000 });