Info
| Version: | 1.1.1 | 
| Author(s): | Khalid Salomão | 
| Last Update: | Friday, May 29, 2015 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/khalidsalomao/SimpleHelpers.Net | 
| NuGet Url: | https://www.nuget.org/packages/SimpleHelpers.MemoryCache | 
Install
Install-Package SimpleHelpers.MemoryCache
                        dotnet add package SimpleHelpers.MemoryCache
                        paket add SimpleHelpers.MemoryCache
                        
                                SimpleHelpers.MemoryCache Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- SimpleHelpers.NamedLock(1.0.3)
 
Tags
                
Fast in-memory cache for data that are expensive to create and can be used in a thread-safe manner.
All stored items are kept in concurrent data structures (ConcurrentDictionary) to allow multi-thread usage of the MemoryCache static methods.
Note: this nuget package contains c# source code and depends on System.Collections.Concurrent introduced in .Net 4.0.