using System; using System.Threading.Tasks; namespace Win.Sfs.Shared.DomainBase { // public interface IBaseDataDistributedCache where TEntity:class // { // Task GetEntityById(Guid guid); // Task GetNameById(Guid guid); // Task LoadEntitiesCache(IDistributedCache cache); // Task LoadEntitiesCache(IDistributedCache cache); // // } }