lru_time_cache 0.2.1

Provides a Least 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

Primary Maintainer: Chandra Prakash (prakash@maidsafe.net)

Crate Linux/OS X Windows Coverage Issues
Build Status Build status Coverage Status Stories in Ready
API Documentation - master branch SAFE Network System Documentation MaidSafe website 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 Items

[0.2.1] RUST-3 Sprint task

  • MAID-1246 Provide a getter to fetch all key value pairs in order (last updated first).

[0.2.2] More API changes

  • Implement iter function
  • Remove retrieve_all function (in favor of the above)
  • Remove add function (deprecated in favor of the insert function from v0.1.6)