Skip to content

v1.0.0

Latest

Choose a tag to compare

@KaindlJulian KaindlJulian released this 28 Oct 07:52
· 2 commits to master since this release
  • Add Builder API for creating a cache (Velo.builder())
  • Add value loading functionality with VeloLoadingCache
  • Statistic functionality is now optional and can be enabled via the builder (.stats())
  • Events functionality is now optional and can be enabled via the builder (.events())
  • TTL functionality is now optional and can be enabled via the builder (.ttl(ms: number))
  • Expose cache configuration (cache.options)
  • Add the W-TinyLFU admission policy
  • Add removal listener functionality
  • Reimplement entry expiration using a TimerWheel
  • Remove the following cache policies:
    • Random Replacement (RR)
    • Segmented LRU (SLRU)
  • Update examples according to the new/removed features