Cache Bug

This commit is contained in:
sunkaixuan
2018-12-31 13:50:10 +08:00
parent 2122397530
commit 29c3a12bcf
3 changed files with 19 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ namespace ExtensionsDemo
{
public static void Init()
{
//HttpRuntimeCache();
RedisCache();
HttpRuntimeCache();
//RedisCache();
}