commit | 22c4ed69372d677061fb1f400311c57a8d4ce2cf | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Thu Jan 07 02:28:50 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 11 07:31:35 2016 +0100 |
tree | 6ef1a1604e99806768f0181263cbc0753befbd61 | |
parent | b631c291c9211a1f0446d4b7fd29a3ebaa154c96 [diff] |
MINOR: lru: new function to delete <nb> least recently used keys Introduction of a new function in the LRU cache source file. Purpose of this function is to be used to delete a number of entries in the cache. 'number' is defined by the caller and the key removed are taken at the tail of the tree