log util/cache.lua @ 6945:d779c55058c6

age author description
Thu, 26 Nov 2015 00:07:48 +0000 Matthew Wild 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
Wed, 25 Nov 2015 20:49:41 +0100 Kim Alvefur util.cache: Make sure cache size is specified as an integer
Tue, 24 Nov 2015 10:44:41 +0000 Matthew Wild util.cache: Ordered key->value data structure, with size limit (same as pubsub)