Browse Source

-

pull/12/MERGE
sunkaixuan 7 years ago
parent
commit
fdd76d85fd
  1. 2
      Src/Asp.Net/SqlSugar/Utilities/CacheManager.cs

2
Src/Asp.Net/SqlSugar/Utilities/CacheManager.cs

@ -54,7 +54,7 @@ namespace SqlSugar
public void Add(string key, V value, int cacheDurationInSeconds) 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) public void Remove(string key)

Loading…
Cancel
Save