C# LRU cache released
Of the small set of people who read this blog, a vanishingly small subset will care about this:
Because I needed an LRU cache in the project I'm working on, and I couldn't find one anywhere, I built one. Since there's nothing proprietary in the code, and I'd like other developers to look it over and maybe even use it, I've released it as open source. You can find it at http://csharp-lru-cache.googlecode.com.
Because I needed an LRU cache in the project I'm working on, and I couldn't find one anywhere, I built one. Since there's nothing proprietary in the code, and I'd like other developers to look it over and maybe even use it, I've released it as open source. You can find it at http://csharp-lru-cache.googlecode.com.

Leave a comment