lru_time_cache 0.2.0

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 Windows OSX Coverage Issues
Build Status 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] 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)