From 15dfd39fbc507f4bad50fda15b073fdecb6fcf50 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 21 二月 2024 14:57:47 +0800 Subject: [PATCH] 整体升级 --- IStation.Service.SqiAirp/05-service/01-tenant/1-tenant/Cache/TenantCacheHelper.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/IStation.Service.SqiAirp/5-service/01-tenant/1-tenant/Cache/TenantCacheHelper.cs b/IStation.Service.SqiAirp/05-service/01-tenant/1-tenant/Cache/TenantCacheHelper.cs similarity index 87% rename from IStation.Service.SqiAirp/5-service/01-tenant/1-tenant/Cache/TenantCacheHelper.cs rename to IStation.Service.SqiAirp/05-service/01-tenant/1-tenant/Cache/TenantCacheHelper.cs index e8b43fc..f7eb99f 100644 --- a/IStation.Service.SqiAirp/5-service/01-tenant/1-tenant/Cache/TenantCacheHelper.cs +++ b/IStation.Service.SqiAirp/05-service/01-tenant/1-tenant/Cache/TenantCacheHelper.cs @@ -51,6 +51,15 @@ } /// <summary> + /// 鍙戝竷 + /// </summary> + public static void Publish(string key) + { + var cacheKey = GetCacheKey(); + MemoryCacheWipeRelationHelper.Set(key, cacheKey); + } + + /// <summary> /// 瑙﹀彂 /// </summary> public static void Trigger() -- Gitblit v1.9.3