223bb88f54c1addbf55eb05e03e229a9fa065cd0
Introduced a new `CacheController` to manage cached data for receiver signatures using distributed caching. Added endpoints to save, retrieve, and delete cached signatures. Created a `SignatureCacheRequest` model for caching payloads and a `CacheOptions` class to configure cache settings, including optional expiration. Updated `Program.cs` to bind `CacheOptions` to the `Cache` section in `appsettings.json`. Added a new `Cache` section in `appsettings.json` with a `SignatureCacheExpiration` property, defaulting to `null` (no expiration).
Description
No description provided
Languages
JavaScript
86.6%
C#
6.7%
Visual Basic .NET
2.7%
HTML
2.4%
CSS
1.1%
Other
0.4%