Info
| Version: | 2.0.2 | 
| Author(s): | IharYakimush | 
| Last Update: | Wednesday, July 25, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/IharYakimush/community-extensions-caching | 
| NuGet Url: | https://www.nuget.org/packages/Community.Extensions.Caching | 
Install
Install-Package Community.Extensions.Caching
                        dotnet add package Community.Extensions.Caching
                        paket add Community.Extensions.Caching
                        
                                Community.Extensions.Caching Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.0.0)
 - Microsoft.Extensions.Caching.Memory(>= 2.0.0)
 - Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.0.0)
 
Tags
                
Combined cache: check in memory first and perform fallback to distributed cache.