chickadee » lru-cache » lru-cache-set!

lru-cache-set! cache key valueprocedure

Associates key with value in cache. If key already exists, updates its value and promotes it to the most recently used position. If key is new and the cache is at capacity, the least recently used entry is evicted.