Software /
code /
prosody
Log
util/cache.lua @ 7016:e0a0af42b09f
description | author | age |
---|---|---|
util.cache (and tests): Call on_evict after insertion of the new key, so inside on_evict we can be more certain about the current state of the cache (i.e. full, new item added, old item removed) | Matthew Wild | Tue, 22 Dec 2015 20:10:07 +0000 |
util.cache: Small update to prefix private fields with an underscore, add a :count() method (same as util.queue) and add an optional on_evict callback | Matthew Wild | Thu, 26 Nov 2015 00:07:48 +0000 |