log util/cache.lua @ 14229:ce31fdde0ad1 default tip

age author description
Fri, 30 Jun 2023 22:01:55 +0200 Kim Alvefur util.cache: Pass cache itself to eviction callback
Fri, 30 Jun 2023 22:01:49 +0200 Kim Alvefur util.cache: Keep eviction candidate if callback resized to make room
Fri, 30 Oct 2020 14:05:07 +0000 Matthew Wild util.cache: Add __name to metatable
Sat, 18 Nov 2017 21:35:40 +0100 Kim Alvefur util.cache: Call on-eviction callback when shrinking
Sat, 18 Nov 2017 21:35:31 +0100 Kim Alvefur util.cache: Add a method to resize the cache
Tue, 07 Nov 2017 00:38:47 +0100 Kim Alvefur util.cache: Add method for removing all data (does not call eviction callback)
Tue, 18 Oct 2016 15:19:01 +0200 Kim Alvefur util.cache: Ignore unused argument [luacheck]