aboutsummaryrefslogtreecommitdiffstats
path: root/util/cache.lua
Commit message (Expand)AuthorAgeFilesLines
* util.cache: Pass cache itself to eviction callbackKim Alvefur2023-06-301-2/+2
* util.cache: Keep eviction candidate if callback resized to make roomKim Alvefur2023-06-301-3/+8
* util.cache: Add __name to metatableMatthew Wild2020-10-301-1/+1
* util.cache: Call on-eviction callback when shrinkingKim Alvefur2017-11-181-1/+6
* util.cache: Add a method to resize the cacheKim Alvefur2017-11-181-0/+14
* util.cache: Add method for removing all data (does not call eviction callback)Kim Alvefur2017-11-071-0/+7
* util.cache: Ignore unused argument [luacheck]Kim Alvefur2016-10-181-0/+1
* util.cache: Add support for creating a proxy table to a cache, that looks and...Matthew Wild2016-05-221-0/+22
* util.cache: Add method for iterating over valuesKim Alvefur2016-04-151-0/+12
* util.cache: Change behaviour of on_evict (and tests). Now accepts false inste...Matthew Wild2016-03-171-5/+5
* util.cache: Add head() and tail() methods (and tests)Matthew Wild2016-03-171-0/+12
* util.cache (and tests): Call on_evict after insertion of the new key, so insi...Matthew Wild2015-12-221-5/+6
* util.cache: Small update to prefix private fields with an underscore, add a :...Matthew Wild2015-11-261-32/+43
* util.cache: Make sure cache size is specified as an integerKim Alvefur2015-11-251-0/+2
* util.cache: Ordered key->value data structure, with size limit (same as pubsub)Matthew Wild2015-11-241-0/+91