OSDN Git Service

plugins/cache: Added FIFO and LRU eviction policies
authorMahmoud Mandour <ma.mandourr@gmail.com>
Fri, 9 Jul 2021 14:30:03 +0000 (15:30 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 14 Jul 2021 14:54:13 +0000 (15:54 +0100)
commit40c4a5533f2d6f268947acdb3e506d81a53ebe66
treea85da466b28c34f531b917c24c5de39ffce095f1
parent86ae3a1daad3c5b7ca039770d505574c08647e07
plugins/cache: Added FIFO and LRU eviction policies

Implemented FIFO and LRU eviction policies. Now one of the three
eviction policies can be chosen as an argument. On not specifying an
argument, LRU is used by default.

Signed-off-by: Mahmoud Mandour <ma.mandourr@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210623125458.450462-4-ma.mandourr@gmail.com>
Message-Id: <20210709143005.1554-39-alex.bennee@linaro.org>
contrib/plugins/cache.c