Cashew 1.0.0
HTTP caching with HttpClient through a simple and elegant API.
Install-Package Cashew -Version 1.0.0
dotnet add package Cashew --version 1.0.0
<PackageReference Include="Cashew" Version="1.0.0" />
paket add Cashew --version 1.0.0
#r "nuget: Cashew, 1.0.0"
Release Notes
1.0.0
---------------------
- Added ConfigureAwait to all async calls. Cashew is now mature enough to be out of beta so this marks the first proper release of the package; 1.0.0.
0.6.0
---------------------
- Added new constructor that takes an HttpMessageHandler as a parameter.
0.5.3
---------------------
- Fixed bug where content stream would be consumed when reading multiple times with the ReadAs extension method
0.5.2
---------------------
- Added XML docs
0.5.0
---------------------
- Initial release
Dependencies
-
.NETFramework 4.5
- System.Net.Http (>= 4.3.2)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- System.Net.Http (>= 4.3.2)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cashew:
Package | Downloads |
---|---|
Cashew.Adapters.CacheManager
Contains adapters for the fantastic CacheManager library.
|
GitHub repositories
This package is not used by any popular GitHub repositories.