alastairtree / LazyCache

An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
https://nuget.org/packages/LazyCache
MIT License
1.71k stars 159 forks source link

add LazyCacheOptions and use Options Pattern #178

Open Azaferany opened 2 years ago

Azaferany commented 2 years ago

add a constructor dependency on IOptions options

base on #128