mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-04 04:48:01 +08:00
wip: 🧠 初步的框架
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
using NetAdmin.Cache;
|
||||
using NetAdmin.SysComponent.Application.Modules.Tpl;
|
||||
using NetAdmin.SysComponent.Application.Services.Tpl.Dependency;
|
||||
|
||||
namespace NetAdmin.SysComponent.Cache.Tpl.Dependency;
|
||||
|
||||
/// <summary>
|
||||
/// 示例缓存
|
||||
/// </summary>
|
||||
public interface IExampleCache : ICache<IDistributedCache, IExampleService>, IExampleModule { }
|
Reference in New Issue
Block a user