Skip to content

A cache library for the mere system to be used in various apps and libs.

License

Notifications You must be signed in to change notification settings

merelabs/mere-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mere-cache

An simple utility library contains common cache policy implementation that are used in mere projects.

policy

  • fifo
  • lifo
  • lru
  • lfu
  • mru
  • mfu
  • arc

requires

mere-cache requires following componnets

  • C++11

required

mere-cache is required by following app, utility and libaries,

build

$ git clone https://github.com/merelabs/mere-cache.git
$ qmake
$ make
$ make install

support

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.

license

All the code in this repository is licensed under a BSD-2-Clause License.

About

A cache library for the mere system to be used in various apps and libs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages