This commit is contained in:
sunkaixuan
2017-09-28 13:27:43 +08:00
parent 7642fba976
commit fdd76d85fd

View File

@@ -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)