Microsoft.Extensions.Caching.Abstractions by Microsoft

<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="3.0.1" />

 Microsoft.Extensions.Caching.Abstractions 3.0.1

Caching abstractions for in-memory cache and distributed cache. Commonly used types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Extensions.Caching.Abstractions</id>
    <version>3.0.1</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>packageIcon.png</icon>
    <projectUrl>https://asp.net/</projectUrl>
    <description>Caching abstractions for in-memory cache and distributed cache.
Commonly used types:
Microsoft.Extensions.Caching.Distributed.IDistributedCache
Microsoft.Extensions.Caching.Memory.IMemoryCache</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>cache memorycache distributedcache</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/Extensions" commit="7dbc3ebd20c79ecf311c768be865c02ff4676836" />
    <dependencies>
      <group targetFramework=".NETCoreApp3.0">
        <dependency id="Microsoft.Extensions.Primitives" version="3.0.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Extensions.Primitives" version="3.0.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>