From fdd76d85fd4eb315df081dd9deff0db19633a4de Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Thu, 28 Sep 2017 13:27:43 +0800 Subject: [PATCH] - --- Src/Asp.Net/SqlSugar/Utilities/CacheManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.Net/SqlSugar/Utilities/CacheManager.cs b/Src/Asp.Net/SqlSugar/Utilities/CacheManager.cs index d812bc37c..1d94d31b8 100644 --- a/Src/Asp.Net/SqlSugar/Utilities/CacheManager.cs +++ b/Src/Asp.Net/SqlSugar/Utilities/CacheManager.cs @@ -54,7 +54,7 @@ namespace SqlSugar public void Add(string key, V value, int cacheDurationInSeconds) { - Add(key, value); + Check.ThrowNotSupportedException("ReflectionInoCache.Add(string key, V value, int cacheDurationInSeconds)"); } public void Remove(string key)