|
Project Information
Members
Featured
Wiki pages
|
This is a collection class that functions as a least-recently-used cache. It implements ICollection<T>, but also exposes three other members:
This is an extremely simple implementation. While its Add and Remove methods are thread-safe, it shouldn't be used in heavy multithreading environments because the entire collection is locked during those methods. |