LASAPlatform/Infrastructure/Cache
陈伟 4010272dc1 refactor(cache): 实现Redis缓存上下文的IDisposable接口
- 为RedisCacheContext类添加IDisposable接口实现
- 添加Dispose方法以正确释放ConnectionMultiplexer资源
- 在Dispose方法中关闭并释放连接资源
2026-01-09 08:48:27 +08:00
..
CacheContext.cs refactor(cache): 重构缓存上下文实现 2026-01-09 08:45:28 +08:00
EnyimMemcachedContext.cs 基础代码 2025-04-23 09:19:29 +08:00
ICacheContext.cs refactor(cache): 为缓存上下文添加资源释放接口 2026-01-09 08:46:31 +08:00
RedisCacheContext.cs refactor(cache): 实现Redis缓存上下文的IDisposable接口 2026-01-09 08:48:27 +08:00