Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.38 KB

lru_time_cache

Crate Travis Appveyor Coverage
Build Status Build status Coverage Status

| 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

  • Implement add_key_value
  • Test add_key_value (time and size based tests)
  • Implement check
  • Test check (time and size based tests)
  • Implement get(key)
  • Test get (time and size based tests)
  • API version 0.8.0
  • Implement delete_key
  • Test delete_key (time and size based tests)
  • API version 0.1.0