MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.35k stars 456 forks source link

Updated to load cache configuration along with Default #334

Open nikhilsarvaiye opened 3 years ago

nikhilsarvaiye commented 3 years ago

Updated to load cache configuration along with using Default provided by IConfiguration in startup.cs

MichaCo commented 3 years ago

Looks fine, will merge after I fix the CI builds

nikhilsarvaiye commented 3 years ago

Thanks.