IAvatarGeneratedContentCache - интерфейс
Cache for generated avatars.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public interface IAvatarGeneratedContentCache
Public Interface IAvatarGeneratedContentCache
public interface class IAvatarGeneratedContentCache
type IAvatarGeneratedContentCache = interface end
| InvalidateAsync |
Invalidates (removes) the cached avatar content for the entity identified by id and kind.
|
| StoreAsync |
Stores the avatar content for the entity identified by id and kind in the cache.
|
| TryGetAsync |
Retrieves the avatar content for the entity identified by id
and avatar kind from the cache, if it has been stored there.
|