lru_time_cache 0.2.4

Implementation of a Least Recently Used caching algorithm in a container which may be limited by size or time, ordered by most recently seen.
Documentation
env:
  global:
    - secure: TbmzGz6+qykqlXVoSmObKgp06s8xHW1kj9msAmeISS+W030g0NYbuq553Rw4yYa3n0tDrAjXSVp0fEAX6tU03hiky6drssuZcHzF1HypEunnAUt7gJ0UQVViQGu3jaiXWtkyuXAF5Rj3PEONH43/lOj1fhlUe/Lnf0FbvEWLPec=
os:
  - linux
  - osx
language: rust
rust:
  - nightly
  - beta
  - stable
sudo: false
branches:
  only:
    - master
cache:
  directories:
    - $HOME/elfutils
script:
  - curl -sSL https://github.com/maidsafe/QA/raw/master/Bash%20Scripts/Travis/build_and_run_tests.sh | bash
before_cache:
  - curl -sSLO https://github.com/maidsafe/QA/raw/master/Bash%20Scripts/Travis/install_elfutils.sh
  - . install_elfutils.sh
after_success:
  - curl -sSL https://github.com/maidsafe/QA/raw/master/Bash%20Scripts/Travis/after_success.sh | bash