public interface IAvatarGeneratedContentRepository
Public Interface IAvatarGeneratedContentRepository
public interface class IAvatarGeneratedContentRepository
type IAvatarGeneratedContentRepository = interface end
DeleteContentAsync | Удаляет закешированный контент для пользователя userID. |
StoreContentAsync | Сохраняет контент аватара для пользователя userID в кеше. |
TryGetContentAsync | Возвращает контент аватара для пользователя userID из кеша, если он был там сохранен. |