feat(core): Заготовка WorkloadCacheService

This commit is contained in:
Mikhail Trubnikov
2026-04-29 14:27:02 +10:00
parent ee119caf91
commit 7ddc8b1bed
2 changed files with 56 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
namespace PARR.Core.Services.Workload.Interfaces
{
/// <summary>
/// Вызывается в воркере, формирование КЭШ для workload
/// </summary>
public interface IWorkloadCacheBuilderService : IMessageConsumer
{