Releases: mwdavis84/LruCacheNet
Releases · mwdavis84/LruCacheNet
1.2.0
- Implements IDictionary<TKey, TValue> interface to easily fit into existing systems
- Adds ordered ToList method
1.1.1
- Use generics for keys rather than strings
- Allow value types for data
- Fix bug when moving item from back of cache to front
- Thrown KeyNotFoundException when looking for a key not in the cache (side effect of allowing value types)