Skip to content

v1.0.7

Choose a tag to compare

@bitfaster bitfaster released this 13 Feb 01:07
· 476 commits to main since this release
e52e4eb

Added diagnostic features to dump cache contents:

  • ClassicLru/ConcurrentLru family implements IEnumerable<KeyValuePair<K,V>>. Enables enumeration of keys and values in the cache.
  • ClassicLru/ConcurrentLru family implements ICollection Keys. Enables enumeration of the keys in the cache.