ritecache 0.1.0

RiteCache. A smart cache that knows your data.
Documentation
# RiteCache - The Smart Cache Knows Your Data

ritecache attempts to provide a convenient and usable cache. 

In addition to the basic caching policy provided by default, users can design their own implementation of caching qualities and gain disk caching capabilities as needed.

## Contact

Chojan Shang - [@PsiACE](https://github.com/psiace) - <psiace@outlook.com>

Project Link: [https://github.com/ritelabs/ritecache](https://github.com/ritelabs/ritecache)

## Credit

It is a fork of [the popular diskcache in sccache](https://github.com/mozilla/sccache/tree/master/src/lru_disk_cache), but more adjustments and improvements have been made to the code .

## License

Licensed under either of:

- Apache License, Version 2.0 ([LICENSE-APACHE]./LICENSE-APACHE or [http://apache.org/licenses/LICENSE-2.0]http://apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]./LICENSE-MIT or [http://opensource.org/licenses/MIT]http://opensource.org/licenses/MIT)