mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-05-04 20:12:51 +08:00
10 lines
353 B
C#
10 lines
353 B
C#
using NetAdmin.Cache;
|
|
using NetAdmin.SysComponent.Application.Modules.Sys;
|
|
using NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
|
|
|
namespace NetAdmin.SysComponent.Cache.Sys.Dependency;
|
|
|
|
/// <summary>
|
|
/// 请求日志缓存
|
|
/// </summary>
|
|
public interface IRequestLogCache : ICache<IDistributedCache, IRequestLogService>, IRequestLogModule; |