Skip to content

Commit

Permalink
Update Update_v0_20_0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jodydonetti authored Mar 29, 2023
1 parent 9caea5f commit 134051f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Update_v0_20_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -123,4 +123,4 @@ services.AddFusionCache()
opt.FactorySoftTimeout = TimeSpan.FromMilliseconds(100);
})
;
```
```

0 comments on commit 134051f

Please sign in to comment.