lru_time_cache 0.1.0

This is Pre alpha, and not useful, no code worth looking at.
Documentation

lru_time_cache

Travis build and test status (Linux / OS/X (soon)) Appveyor build and test status (Windows) Code Coverage
Build Status Build status Coverage Status

| Documentation | MaidSafe System Documention | 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. As any element is accessed at all, it is 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