This commit is contained in:
454313500@qq.com
2021-03-25 20:44:12 +08:00
parent 06c32afa03
commit c62389a7c0
14 changed files with 1083 additions and 21 deletions

View File

@@ -1,4 +1,5 @@
using Autofac;
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.Text;
@@ -10,7 +11,6 @@ namespace CC.Yi.Common.Cache
public static ICacheWriter CacheWriter { get; set; }
static CacheHelper()
{
//这里存在一些问题
ContainerBuilder containerBuilder = new ContainerBuilder();
IContainer container = containerBuilder.Build();