All notable changes to this project will be documented in this file.
- Nothing
- Bugfix: in TTL, "refresh on read" also puts key last in line for eviction in case the cache gets too full
#clear
method clears a cache's data and stats- Bugfix for
#stats
: 0 hits and 0 misses is0%
, notNaN
- Stats include a percentage
#stats
method gives counts of how many cache hits and misses have occurred
Caches::TTL
supports#delete(key)
- Added a CONTRIBUTING guide
- Benchmarking with Ruby 2.1.3
Caches::LRU
can handlemax_keys: 0
Currently have Caches::TTL
and Caches::LRU