My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Show all Featured wiki pages:
ImprovedManagementOptions
Feeds:
People details
Project owners:
  rrossney

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.









Hosted by Google Code