Skip to content

Releases: mwdavis84/LruCacheNet

1.2.0

16 Mar 03:33
25953c2
Compare
Choose a tag to compare
  • Implements IDictionary<TKey, TValue> interface to easily fit into existing systems
  • Adds ordered ToList method

1.1.1

15 Mar 19:34
5f52bf5
Compare
Choose a tag to compare
  • 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)

1.0.0

15 Mar 19:33
6795112
Compare
Choose a tag to compare

First Release