Added - `cache_info` method; accessible on cache object. Also on decorator - `refresh` method; accessible on cache object. Also on decorator - `clear` method; accessible on cache object. Also on decorator - Unit tests for TTL cache decorator <hr>
0.0.4
Changed - `size` method is now a property <hr>
0.0.3
Changed - Renamed `i_cache_strategy.py` to `cach_strategy.py` - Added CacheStrategy to cachr.__init__ so we can `from cachr import CacheStrategy` <hr>
0.0.2
Added - Extended README Changed - Renamed `ICacheStrategy` to `CacheStrategy` Fixed - Rename base cache from `CacheBlueprint` to `Cache` with `DefaultEvictionPolicy` <hr>