v1.0.7
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.