Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaabreu committed Oct 3, 2020
1 parent 38fe6df commit d8423fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Nuget](https://img.shields.io/nuget/v/SimpleConcepts.Extensions.Caching)](https://www.nuget.org/packages/SimpleConcepts.Extensions.Caching/)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/raphaabreu/SimpleConcepts.Extensions.Caching/master/LICENSE)

# SimpleConcepts.Extensions.Caching

This package provides several extensions that make working with `IDistributedCache` easier, including Json object serialization, get with fallback, key space partitioning and logging. In addition to these extensions there is also a strongly typed `ISimpleCache<TKey, TValue>` interface that provides a dependency injection friendly and fully customizable wrapper for `IDistributedCache.`
Expand Down Expand Up @@ -161,4 +164,4 @@ private async Task<WeatherForecast> FetchSingleForecastAsync(DateTime date, Canc
// Logic for fetching key missing from cache
// ...
}
```
```

0 comments on commit d8423fa

Please sign in to comment.