Microsoft.Extensions.Caching.Abstractions (9.0.0)

Published 2026-02-20 20:21:36 +03:30 by kayer

Installation

dotnet nuget add source --name kayer --username your_username --password your_token 
dotnet add package --source kayer --version 9.0.0 Microsoft.Extensions.Caching.Abstractions

About this package

Caching abstractions for in-memory cache and distributed cache.

Commonly Used Types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache

About

Provides the abstractions to create and use in-memory and distributed caching in your applications.

This library defines how in-memory and distributed caches should be implemented; it doesn’t contain any cache implementation. With the abstractions provided in this library, various types of caches can be built and used interchangeably, whether the data is kept in memory, in files, or even across a network.

Key Features

  • Interfaces for building and using in-memory and distributed caches.

How to Use

This package is typically used with an implementation of the caching abstractions, such as Microsoft.Extensions.Caching.Memory or Microsoft.Extensions.Caching.SqlServer.

Main Types

The main types provided by this library are:

  • Microsoft.Extensions.Caching.Abstractions.ICacheEntry
  • Microsoft.Extensions.Caching.Abstractions.IMemoryCache
  • Microsoft.Extensions.Caching.Abstractions.IDistributedCache

Additional Documentation

Feedback & Contributing

Microsoft.Extensions.Caching.Abstractions is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Dependencies

ID Version Target Framework
Microsoft.Extensions.Primitives 9.0.0 .NETFramework4.6.2
System.Threading.Tasks.Extensions 4.5.4 .NETFramework4.6.2
Microsoft.Extensions.Primitives 9.0.0 .NETStandard2.0
System.Threading.Tasks.Extensions 4.5.4 .NETStandard2.0
Microsoft.Extensions.Primitives 9.0.0 net8.0
Microsoft.Extensions.Primitives 9.0.0 net9.0
Details
NuGet
2026-02-20 20:21:36 +03:30
107
Microsoft
151 KiB
Assets (2)
Versions (3) View all
9.0.1 2026-02-20
9.0.0 2026-02-20
9.0.10 2026-02-04