namespace PARR.DAL.DomainServices.Interfaces { public interface IGroupedShortcodesCacheService { Task GetAggregatedValueAsync( Guid jobGroupId, Guid unitId, string shortcodeKey, Func> computeIfMissing); } }