IAvatarGeneratedContentCache - интерфейс
Cache for generated avatars.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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.
|