fifo-cache 0.2.0

A minimalist FIFO cache with TTL (Time To Live) support
Documentation
1
2
3
4
5
6
## 0.2.0
Moved TTL to a feature flag (`ttl`), which is enabled by default.  
Not sure why someone would want no TTL, but the package is named "fifo-cache", not "fifo-ttl-cache", after all.

## 0.1.1
First release.