tlru 0.1.1

Time-aware Least Recently Used cache implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
TLRU - Time aware Least Recently Used cache
===========================================

This crate provides two caches:
 - `FixedCapacity` which is a TLRU cache, with fixed capacity and lifetime
 - `FlexibleCapacity` which is a cache where entries are evicted after a certain time.

WARNING - Here be dragons
-------------------------

 * Highly experimental, use at your own risk.
 * API subject to change.