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

Bugfix : Fixed default cache duration not getting applied to instance methods #190

Open touchofevil-dev opened 1 year ago

touchofevil-dev commented 1 year ago

Fixes: https://github.com/alastairtree/LazyCache/issues/152

Changes:

Fixed default cache duration not getting applied to instance methods Added unit tests