From 134051f0d0181b73124e165eba9c5866190a9b2b Mon Sep 17 00:00:00 2001 From: Jody Donetti Date: Thu, 30 Mar 2023 00:06:36 +0200 Subject: [PATCH] Update Update_v0_20_0.md --- docs/Update_v0_20_0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Update_v0_20_0.md b/docs/Update_v0_20_0.md index b4396f06..91716699 100644 --- a/docs/Update_v0_20_0.md +++ b/docs/Update_v0_20_0.md @@ -6,7 +6,7 @@ # 🆙 Update to v0.20.0 -With the `v0.20.0` release, FusionCache introduced an important feature: [Builder Pattern](BuilderPattern.md) support. +With the `v0.20.0` release, FusionCache introduced an important feature: [Builder Pattern](DependencyInjection.md) support. This has made the experience of using FusionCache much easier and clearer, allowing us to be more precise in what we want to do and also allowing us to work with multiple [Named Caches](NamedCaches.md), also introduced in `v0.20.0`. @@ -123,4 +123,4 @@ services.AddFusionCache() opt.FactorySoftTimeout = TimeSpan.FromMilliseconds(100); }) ; -``` \ No newline at end of file +```