You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit significantly improves the `DistributedCachingServices` class by introducing robust argument validation using the `ArgumentValidator` library and expanding caching capabilities to support both memory and Redis-based strategies. Key changes include the addition of `Microsoft.Extensions.Caching.Memory` and `Microsoft.Extensions.Caching.StackExchangeRedis` packages for enhanced caching flexibility, namespace and dependency adjustments to accommodate new features, and method enhancements for better nullability handling and argument validation. Notably, a new `GetAllKeys` method has been added to fetch all cache keys, with specific implementations for Redis and in-memory caching. Project file updates reflect the addition of necessary package references.
0 commit comments