Skip to content

Commit de1463c

Browse files
authored
Update README.md
1 parent bd78b1a commit de1463c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# BitFaster.Caching.DependencyInjection
22
Extension methods for setting up [caches](https://github.com/bitfaster/BitFaster.Caching/wiki/Caches) using [Microsoft.Extensions.DependencyInjection](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/).
33

4+
[![NuGet version](https://badge.fury.io/nu/BitFaster.Caching.DependencyInjection.svg)](https://badge.fury.io/nu/BitFaster.Caching.DependencyInjection)
5+
![Nuget](https://img.shields.io/nuget/dt/BitFaster.Caching.DependencyInjection)
6+
![.NET Core](https://github.com/bitfaster/BitFaster.Caching.DependencyInjection/actions/workflows/gate.yml/badge.svg?main)
7+
[![Coverage Status](https://coveralls.io/repos/github/bitfaster/BitFaster.Caching.DependencyInjection/badge.svg?branch=main)](https://coveralls.io/github/bitfaster/BitFaster.Caching.DependencyInjection?branch=main)
8+
49
# ConcurrentLru
510

611
To use with an `IServiceCollection` instance at startup:
@@ -44,4 +49,4 @@ There is an extension method for each [cache interface](https://github.com/bitfa
4449
| `AddLfu<TKey, TValue>` | Registers `ConcurrentLfu<TKey, TValue>` as a singleton `ICache<TKey, TValue>` |
4550
| `AddAsyncLfu<TKey, TValue>` | Registers `ConcurrentLfu<TKey, TValue>` as a singleton `IAsyncCache<TKey, TValue>` |
4651
| `AddScopedLfu<TKey, TValue>` | Registers `ConcurrentLfu<TKey, TValue>` as a singleton `IScopedCache<TKey, TValue>` |
47-
| `AddScopedAsyncLfu<TKey, TValue>` | Registers `ConcurrentLfu<TKey, TValue>` as a singleton `IScopedAsyncCache<TKey, TValue>` |
52+
| `AddScopedAsyncLfu<TKey, TValue>` | Registers `ConcurrentLfu<TKey, TValue>` as a singleton `IScopedAsyncCache<TKey, TValue>` |

0 commit comments

Comments
 (0)