Remora.Discord.Caching 40.0.1

Prefix Reserved
dotnet add package Remora.Discord.Caching --version 40.0.1
                    
NuGet\Install-Package Remora.Discord.Caching -Version 40.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Remora.Discord.Caching" Version="40.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Remora.Discord.Caching" Version="40.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Remora.Discord.Caching" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Remora.Discord.Caching --version 40.0.1
                    
#r "nuget: Remora.Discord.Caching, 40.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Remora.Discord.Caching&version=40.0.1
                    
Install Remora.Discord.Caching as a Cake Addin
#tool nuget:?package=Remora.Discord.Caching&version=40.0.1
                    
Install Remora.Discord.Caching as a Cake Tool

Remora.Discord.Caching

This package contains cache functionality for the gateway and REST API, enabling replacement of the standard services with caching counterparts. These services attempt to retrieve entities from a cache provider whenever possible instead of performing a remote call to Discord's REST API, saving bandwidth and increasing performance.

A set of responders are also registered, enabling near real-time cache updates as new events come in.

Structure

The library defines a set of replacement services for the API services from Remora.Discord.Rest, which override the base implementation in order to perform cache operations before and after normal calls.

In addition, two responders - one in the early group, and one in the late - are also defined, which handle eviction and insertion of incoming objects.

Usage

Usage is simple, but with one caveat - caching must be enabled after the REST and gateway services have been added to the dependency injection container, as this library replaces services from them.

After that, it's as simple as calling the following method. By default, the caching system uses an in-memory cache provider.

services.AddDiscordCaching();
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Remora.Discord.Caching:

Package Downloads
Remora.Discord

Metapackage for Remora.Discord's various components

Remora.Discord.Caching.Redis

Redis-based cache provider for Remora.Discord

VTP.Remora.Discord.HTTPInteractions

Adds support for receiving interactions over HTTP to Remora.Discord

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
40.0.1 204 5/24/2025
40.0.0 13,734 2/13/2025
39.0.0 45,332 5/28/2024
38.0.1 25,531 2/5/2024
38.0.0 13,782 11/14/2023
37.0.0 28,225 7/24/2023
36.0.0 17,756 5/11/2023
35.0.0 989 3/20/2023
34.0.2 1,399 1/19/2023
34.0.1 710 1/10/2023
34.0.0 1,105 12/28/2022
33.0.1 1,367 12/10/2022
33.0.0 1,189 10/30/2022
32.0.0 16,461 9/2/2022
31.0.0 1,200 8/19/2022
30.0.6 1,163 7/26/2022
30.0.5 1,038 7/26/2022
30.0.4 2,038 6/29/2022
30.0.3 1,043 6/27/2022
30.0.2 1,138 6/23/2022
30.0.1 1,726 6/20/2022
30.0.0 1,095 6/19/2022
29.0.1 1,125 6/18/2022
29.0.0 1,140 6/14/2022
28.0.1 1,140 6/8/2022
28.0.0 1,093 6/3/2022
27.0.0 1,167 5/25/2022
26.0.1 1,100 5/23/2022
26.0.0 1,230 5/15/2022
25.0.3 1,122 5/10/2022
25.0.2 1,705 5/3/2022
25.0.1 1,170 4/28/2022
25.0.0 790 4/25/2022
24.1.0 589 4/19/2022
24.0.1 544 4/18/2022
24.0.0 819 4/18/2022
23.0.1 584 4/2/2022
23.0.0 526 4/2/2022
22.0.2 643 3/21/2022
22.0.1 585 3/17/2022
22.0.0 554 3/15/2022
21.0.1 634 2/20/2022
21.0.0 552 2/19/2022
21.0.0-rc1 218 2/14/2022
20.0.0 547 2/14/2022
19.0.0 585 1/27/2022
18.0.6 601 1/11/2022
18.0.5 506 1/2/2022
18.0.4 432 12/23/2021
18.0.3 378 12/21/2021
18.0.2 406 12/16/2021
18.0.1 399 12/11/2021
17.0.1 690 12/6/2021
17.0.0 423 12/5/2021
16.0.3 2,128 11/26/2021
16.0.2 6,278 11/24/2021
16.0.1 6,702 11/23/2021
16.0.0 1,313 11/20/2021
15.0.3 467 11/9/2021
15.0.2 500 11/6/2021
15.0.1 439 10/30/2021
15.0.0 516 10/28/2021
14.0.7 489 10/15/2021
13.0.7 475 10/7/2021
13.0.5 626 10/3/2021
13.0.4 453 10/2/2021
13.0.3 467 9/30/2021
13.0.2 454 9/26/2021
13.0.1 433 9/24/2021
13.0.0 437 9/23/2021
12.1.3 466 9/16/2021
12.1.2 545 9/15/2021
12.1.1 653 9/8/2021
12.1.0 472 9/4/2021
12.0.1 593 8/21/2021
12.0.0 442 8/18/2021
11.0.1 467 8/12/2021
11.0.0 483 8/11/2021
10.0.3 468 8/9/2021
10.0.2 566 8/2/2021
10.0.1 634 7/31/2021
10.0.0 539 7/29/2021
9.0.2 529 7/28/2021
9.0.1 578 7/28/2021
9.0.0 506 7/22/2021
8.0.5 491 7/17/2021
8.0.4 492 7/14/2021
8.0.3 535 7/12/2021
8.0.2 469 7/11/2021
8.0.1 502 7/5/2021
8.0.0 573 7/3/2021
7.0.0 493 7/1/2021
6.0.0 500 6/14/2021
5.0.0 481 6/10/2021
5.0.0-beta2 312 5/30/2021
5.0.0-beta1 282 5/28/2021
4.0.0 479 5/20/2021
3.0.0 490 5/4/2021
2.0.2 466 4/22/2021
2.0.1 470 4/15/2021
2.0.0 524 4/10/2021
1.2.0 486 4/5/2021
1.1.9 468 4/4/2021
1.1.8 481 3/28/2021
1.1.7 450 3/25/2021
1.1.6 482 3/16/2021
1.1.5 507 3/14/2021
1.1.4 498 3/13/2021
1.1.3 508 3/11/2021
1.1.2 601 3/6/2021
1.1.1 525 3/1/2021
1.1.0 596 3/1/2021 1.1.0 is deprecated because it has critical bugs.
1.0.6 523 2/28/2021
1.0.5 463 2/22/2021
1.0.4 502 2/21/2021
1.0.3 503 2/16/2021
1.0.2 517 2/13/2021
1.0.1 489 2/11/2021
1.0.0 526 2/10/2021
1.0.0-beta9 340 1/21/2021
1.0.0-beta8 282 1/17/2021
1.0.0-beta7 312 1/10/2021
1.0.0-beta6 286 1/10/2021
1.0.0-beta5 353 1/9/2021
1.0.0-beta4 401 12/31/2020
1.0.0-beta13 257 2/6/2021
1.0.0-beta12 274 2/5/2021
1.0.0-beta11 266 1/29/2021
1.0.0-beta10 263 1/27/2021
1.0.0-beta1 307 12/27/2020

Fix CacheService.TryGetPreviousValueAsync
           Handle IMessageUpdate in cache service