Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adolfok3 committed Apr 9, 2024
1 parent 4dda945 commit ce0d891
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ By default, the only configured interceptor is MemoryCache, but when we have a s

In practice, simply choose from the available libraries for the package that implement [DistributedCache](https://learn.microsoft.com/en-us/aspnet/core/performance/caching/distributed) and install it in your project. So far, we have the following integrated packages:


- [StackExchange.Redis](https://github.com/Adolfok3/AuthorizationInterceptor.Extensions.Interceptors.StackExchange.Redis)
- [StackExchange.Redis](https://github.com/Adolfok3/AuthorizationInterceptor.Extensions.Redis)

After selecting and installing the distributed cache package, in the constructor of the Authorization Interceptor, call the respective extension method. In the example below, we will use the Redis integration to implement the distributed cache.
```csharp
Expand Down

0 comments on commit ce0d891

Please sign in to comment.