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

Use Generic type rather than object for TryGetValue #163

Closed gamblen closed 3 years ago

gamblen commented 3 years ago

I noticed there was a comment about TryGetValue using T rather than object, and a PR was requested, but appears to not have been done. I believe this PR will cover it.