lrutimecache

|Crate|Travis|Appveyor|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