Software /
code /
prosody
Log
tests/test_util_cache.lua @ 7961:ff556d010225
description | author | age |
---|---|---|
tests: Trim trailing whitespace | Kim Alvefur | Mon, 06 Mar 2017 16:01:27 +0100 |
test_util_cache: wrap individual test blocks in do-end [luacheck] | Anton Shestakov | Thu, 14 Jul 2016 18:59:19 +0800 |
test_util_cache: rename a variable (c is already defined) [luacheck] | Anton Shestakov | Sat, 09 Jul 2016 17:30:56 +0800 |
test_util_cache: remove unused argument c3 [luacheck] | Anton Shestakov | Sat, 09 Jul 2016 17:30:23 +0800 |
tests: util.cache: Tests for different return values of on_evict | Matthew Wild | Thu, 17 Mar 2016 19:14:58 +0000 |
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 |