LASAPlatform/Infrastructure/Cache
陈伟 83c86e7466 refactor(cache): 为缓存上下文添加资源释放接口
- 实现 IDisposable 接口以支持资源管理
- 添加虚拟 Dispose 方法提供默认实现
- 允许派生类重写资源释放逻辑
2026-01-09 08:46:31 +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 获取用户信息 2025-12-01 13:31:20 +08:00