lru_time_cache 0.1.5

Provides a Last Recently Used [caching algorithm](http://en.wikipedia.org/wiki/Cache_algorithms) in a container which may be limited by size or time, reordered to most recently seen.
Documentation

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