using NetAdmin.Cache; using NetAdmin.SysComponent.Application.Modules.Sys; using NetAdmin.SysComponent.Application.Services.Sys.Dependency; namespace NetAdmin.SysComponent.Cache.Sys.Dependency; /// /// 用户档案缓存 /// public interface IUserProfileCache : ICache, IUserProfileModule;