Tavis.PrivateCache by Darrel Miller

<PackageReference Include="Tavis.PrivateCache" Version="0.5.0" />

 Tavis.PrivateCache 0.5.0

Implementation of a private HttpCache for use with HttpClient

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Tavis.PrivateCache</id>
    <version>0.5.0</version>
    <authors>Darrel Miller</authors>
    <owners>Darrel Miller</owners>
    <projectUrl>https://github.com/tavis-software/Tavis.PrivateCache</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Implementation of a private HttpCache for use with HttpClient</description>
    <releaseNotes>Replaced by Tavis.HttpCache</releaseNotes>
    <dependencies>
      <dependency id="Microsoft.AspNet.WebApi.Client" version="5.1.1" />
    </dependencies>
  </metadata>
</package>