lrutimecache
|Crate|Travis|Appveyor|Coverage|
|:-------:|:-------:|:------:|:------:|
|
|
|
|
|
| API Documentation | SAFE Network System Documentation | MaidSafe web site | Safe Community site |
Overview
Provides a Last Recently Used caching algorithm in a container which may be limited by size or time, reordered to most recently seen.
Todo
- [x] Implement addkeyvalue
- [x] Test addkeyvalue (time and size based tests)
- [x] Implement check
- [x] Test check (time and size based tests)
- [x] Implement get(key)
- [x] Test get (time and size based tests)
- [x] API version 0.8.0
- [x] Implement delete_key
- [x] Test delete_key (time and size based tests)
- [x] API version 0.1.0