- make-lru-cache #!optional capacityprocedure
Create a new LRU cache. capacity is the maximum number of entries the cache will hold before evicting the least recently used entry; defaulting to 64.
Create a new LRU cache. capacity is the maximum number of entries the cache will hold before evicting the least recently used entry; defaulting to 64.