DeviceDetector.NET
DeviceDetector.NET copied to clipboard
LRU caching is not LRU caching?
Had a quick look at the new caching implementation.
The implemented LRU (least recently used) cache looks more like a most used cache (with a hint of least recently added cache) to me. Not necessary a bad thing, but strange.
And I also think the added GenericLRUCache copied from a Github Gist has other quality issues, but I guess it works alright.