ttl_cache 0.5.1

A cache that will expire values after a TTL
Documentation
1
2
3
4
5
6
7
8
# ttl_cache

[![Build Status](https://travis-ci.org/stusmall/ttl_cache.svg?branch=master)](https://travis-ci.org/stusmall/ttl_cache)
[![Documentation](https://docs.rs/ttl_cache/badge.svg)](https://docs.rs/ttl_cache)

This crate provides a time sensitive key-value FIFO cache.  When the cache is created it is
given a TTL.  Any value that are in the cache for longer than this duration are considered
invalid and will not be returned.  Supports 1.20 +