chickadee » lru-cache » lru-cache-delete!

lru-cache-delete! cache keyprocedure

Deletes the item matching key from cache. If no corresponding item exists, the procedure silently fails. The deleter, if provided, will be invoked for this item.

Note: if the deleter throws an exception, the item is not deleted from the cache.