OutputCache.Redis by Integration Team

<PackageReference Include="OutputCache.Redis" Version="1.1.0" />

 OutputCache.Redis 1.1.0

Redis provider for AspNetWebApi-OutputCache Implementation of IApiOutputCache for Redis

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>OutputCache.Redis</id>
    <version>1.1.0</version>
    <title>Output Cache Using Redis</title>
    <authors>Integration Team</authors>
    <owners>Thiqah</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/brisebois/aspnetwebapi-outputcache/blob/master/License.txt</licenseUrl>
    <projectUrl>https://github.com/brisebois/aspnetwebapi-outputcache</projectUrl>
    <iconUrl>https://greenhost.net/wp-content/uploads/2011/03/cogs-options-128x128.png</iconUrl>
    <description>Redis provider for AspNetWebApi-OutputCache Implementation of IApiOutputCache for Redis</description>
    <releaseNotes>Redis provider for AspNetWebApi-OutputCache Implementation of IApiOutputCache for Redis</releaseNotes>
    <copyright>Copyright 2018</copyright>
    <tags>OutputCache.Redis OutputCache Redis</tags>
    <dependencies>
      <dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
      <dependency id="Newtonsoft.Json" version="10.0.3" />
      <dependency id="StackExchange.Redis" version="1.2.6" />
    </dependencies>
  </metadata>
</package>