mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-03 02:18:00 +08:00
10 lines
338 B
C#
10 lines
338 B
C#
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; |