prosody
log
graph
tags
bookmarks
branches
8ca7f1c2c660
browse
changeset
util/cache.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
util/cache.lua @ 7354:
8ca7f1c2c660
less
more
|
(0)
tip
description
author
age
util.cache: Add method for iterating over values
Kim Alvefur
Fri, 15 Apr 2016 13:19:20 +0200
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
util.cache (and tests): Call on_evict after insertion of the new key, so inside on_evict we can be more certain about the current state of the cache (i.e. full, new item added, old item removed)
Matthew Wild
Tue, 22 Dec 2015 20:10:07 +0000
util.cache: Small update to prefix private fields with an underscore, add a :count() method (same as util.queue) and add an optional on_evict callback
Matthew Wild
Thu, 26 Nov 2015 00:07:48 +0000
util.cache: Make sure cache size is specified as an integer
Kim Alvefur
Wed, 25 Nov 2015 20:49:41 +0100
util.cache: Ordered key->value data structure, with size limit (same as pubsub)
Matthew Wild
Tue, 24 Nov 2015 10:44:41 +0000
less
more
|
(0)
tip