1.0.0 - 2020-08-13
Added
- Cache object
- FIFO, LFU, LIFO, LRU, MRU and Random replacement policies
- Basic statistics with hit count, miss count, eviction count, etc...
- Function wrapper to speed up expensive function calls
- 10 examples illustrating the usage of this library
- Many tests to verify the behaviour of the library