Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.cache: Ignore unused argument [luacheck] | Kim Alvefur | 2016-10-18 | 1 | -0/+1 |
* | util.cache: Add support for creating a proxy table to a cache, that looks and... | Matthew Wild | 2016-05-22 | 1 | -0/+22 |
* | util.cache: Add method for iterating over values | Kim Alvefur | 2016-04-15 | 1 | -0/+12 |
* | util.cache: Change behaviour of on_evict (and tests). Now accepts false inste... | Matthew Wild | 2016-03-17 | 1 | -5/+5 |
* | util.cache: Add head() and tail() methods (and tests) | Matthew Wild | 2016-03-17 | 1 | -0/+12 |
* | util.cache (and tests): Call on_evict after insertion of the new key, so insi... | Matthew Wild | 2015-12-22 | 1 | -5/+6 |
* | util.cache: Small update to prefix private fields with an underscore, add a :... | Matthew Wild | 2015-11-26 | 1 | -32/+43 |
* | util.cache: Make sure cache size is specified as an integer | Kim Alvefur | 2015-11-25 | 1 | -0/+2 |
* | util.cache: Ordered key->value data structure, with size limit (same as pubsub) | Matthew Wild | 2015-11-24 | 1 | -0/+91 |