摘要: .NET 8 下面的几种缓存的使用。 (1)ICache.cs using System;using System.Threading.Tasks; public interface ICache { #region 设置缓存 /// <summary> /// 设置缓存 /// </summary 阅读全文
posted @ 2024-08-12 17:39 £冷☆月№ 阅读(77) 评论(0) 推荐(0) 编辑