Skip to content

Releases: marcizhu/Cache

v1.0.0: Initial release!

13 Aug 09:38
Compare
Choose a tag to compare

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