An simple utility library contains common cache policy implementation that are used in mere projects.
- fifo
- lifo
- lru
- lfu
- mru
- mfu
- arc
mere-cache
requires following componnets
- C++11
mere-cache
is required by following app, utility and libaries,
$ git clone https://github.com/merelabs/mere-cache.git
$ qmake
$ make
$ make install
If you find a bug, or have a feature suggestion, please log an issue. If you'd like to contribute, please read How to Contribute.
All the code in this repository is licensed under a BSD-2-Clause License.