MINOR: lru: Add lru64_lookup function
authorChristopher Faulet <cfaulet@qualys.com>
Thu, 11 Jun 2015 11:33:13 +0000 (13:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Jun 2015 16:06:59 +0000 (18:06 +0200)
commit92939d20facb6fef1da94bcb21f043f1d5e09eca
tree984523c71d324dd460c634670ec5fe5ea4eccedf
parentf90ac55d9ed0dc978e236cc22c3922c5607f7c42
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.
include/import/lru.h
src/lru.c