An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
1.72k
stars
159
forks
source link
Bugfix : Fixed default cache duration not getting applied to instance methods #190
Open
touchofevil-dev opened 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