commit | 92939d20facb6fef1da94bcb21f043f1d5e09eca | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@qualys.com> | Thu Jun 11 13:33:13 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 12 18:06:59 2015 +0200 |
tree | 984523c71d324dd460c634670ec5fe5ea4eccedf | |
parent | f90ac55d9ed0dc978e236cc22c3922c5607f7c42 [diff] |
MINOR: lru: Add lru64_lookup function It lookup a key in a LRU cache for use with specified domain and revision. It differs from lru64_get as it does not create missing keys. The function returns NULL if an error or a cache miss occurs.