log tests/test_util_cache.lua @ 7496:98c8d14be4ef

age author description
Sat, 09 Jul 2016 17:30:56 +0800 Anton Shestakov test_util_cache: rename a variable (c is already defined) [luacheck]
Sat, 09 Jul 2016 17:30:23 +0800 Anton Shestakov test_util_cache: remove unused argument c3 [luacheck]
Thu, 17 Mar 2016 19:14:58 +0000 Matthew Wild tests: util.cache: Tests for different return values of on_evict
Thu, 17 Mar 2016 19:08:42 +0000 Matthew Wild 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.