import {LRUMap} from 'lru_map' export class HandleResolutionsCache { cache: LRUMap = new LRUMap(500) }