⚠️feat: 正式删除mvc项目

This commit is contained in:
yubaolee
2025-06-07 23:58:32 +08:00
parent a6bd2c946b
commit 3ca9c14328
5 changed files with 1 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ permalink: /core/cache/
* 基于`Enyim Memcache`实现的`EnyimMemcachedContext`
可以根据自己需要扩展其他缓存。OpenAuth.Mvc和OpenAuth.Api默认使用的是CacheContext。可以在`AutofacExt.cs`跟换自己喜欢的缓存:
可以根据自己需要扩展其他缓存。OpenAuth.Api默认使用的是CacheContext。可以在`AutofacExt.cs`跟换自己喜欢的缓存:
```csharp
public static void InitAutofac(ContainerBuilder builder)
{