3035ec7e9ce785585c91fc9b1f1ec24c46cfb165
- Updated `EnvelopeGenerator.Extensions.csproj` to include `Microsoft.Extensions.Caching.Memory` package. - Refactored `HistoryController` to use `IMemoryCache` for caching functionality. - Replaced manual dictionary creation in `GetReferenceTypes` with a call to `GetEnumAsDictionary<ReferenceType>()`. - Changed enum type in `GetEnvelopeStatus` to `ReferenceType` for consistency. - Introduced `MemoryCacheExtensions` class with `GetEnumAsDictionary<TEnum>` method for efficient enum to dictionary conversion.
Description
No description provided
Languages
JavaScript
86.1%
C#
5.7%
HTML
4.2%
Visual Basic .NET
2.6%
CSS
0.9%
Other
0.4%