Implementing a Thread Safe cache using the Parallel Extensions(blogs.infosupport.com)
submitted by
Frankb(10) 3 years, 1 month ago
Caching objects based on a key is a very common task in software development, making it both thread safe and scalable however is not quite trivial. That's why I implemented a generic implementation of such a cache, to handle the concurrency issues I used the Parallel Extensions to the .NET framework (PFX).
|category: Patterns
|Views: 37
tags:
Patterns another
Everyones tags:
Your Tags: