Software /
code /
prosody
Log
util/cache.lua @ 7867:194f540e13e2
description | author | age |
---|---|---|
util.cache: Ignore unused argument [luacheck] | Kim Alvefur | Tue, 18 Oct 2016 15:19:01 +0200 |
util.cache: Add support for creating a proxy table to a cache, that looks and acts (mostly) like a normal table. No tests yet. | Matthew Wild | Sun, 22 May 2016 18:18:23 +0100 |
util.cache: Add method for iterating over values | Kim Alvefur | Fri, 15 Apr 2016 13:19:20 +0200 |
util.cache: Change behaviour of on_evict (and tests). Now accepts false instead of a function (never evict), or on_evict can return false to prevent eviction. | Matthew Wild | Thu, 17 Mar 2016 19:08:42 +0000 |
util.cache: Add head() and tail() methods (and tests) | Matthew Wild | Thu, 17 Mar 2016 19:07:40 +0000 |
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 |