Skip to content

Commit d56113e

Browse files
authored
Update README.md
1 parent 633b570 commit d56113e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
![Nuget](https://img.shields.io/nuget/dt/LazyCache.svg)
99

1010

11+
12+
**2025 update - [HybridCache](https://learn.microsoft.com/en-us/aspnet/core/performance/caching/hybrid?view=aspnetcore-9.0) is available and part of the framework now and solves most of the same problems as LazyCache. Consider using it in new projects and migrating old projects to use it as Microsft will likely provide better long term support**
13+
14+
1115
Lazy cache is a simple in-memory caching service. It has a developer friendly
1216
generics based API, and provides a thread safe cache implementation that
1317
guarantees to only execute your cachable delegates once (it's lazy!). Under
@@ -93,3 +97,4 @@ If you have code to share you should submit a pull request: fork the repo, then
9397
LazyCache is narrow in focus and well established so unlikely to accept massive changes out of nowhere but come talk about on GitHub and we can all collaborate on something that works for everyone. It is also quite extensible so you may be able to extend it in your project or add a companion library if necessary.
9498

9599

100+

0 commit comments

Comments
 (0)