Java has a really useful feature in LinkedHashMap. A member function removeEldestEntry() where you can return true when the hash is over N entries. Great way to easily declare a LRU cache.
Is there anything like this in .NET?
thanks - dave
What we did for the last 6 months - Made the world's coolest reporting & docgen system even more amazing