摘要: 缓存数据首页统计数据 分钟func委托 public T GetOrSetCache<T>(Func<T> dataFetchFunc, string key) { if (key.IsNotEmpty()) { var cachedData = GetCacheData<T>(key); if ( 阅读全文
posted @ 2025-05-15 10:48 世人皆萌 阅读(11) 评论(0) 推荐(0)