AvatarCache
Runtime avatar cache utilities for querying and clearing the current cache data.
Last updated
Runtime avatar cache utilities for querying and clearing the current cache data.
Last updated
IsCacheEmpty()
bool
Returns true if no avatars are stored in the persistent cache.
Clear()
void
Clears all avatar data from the persistent cache.
ClearAvatar(string guid)
void
Clears data for a specific avatar GUID from the persistent cache.
GetAvatarCount()
long
Returns number of avatars stored in the persistent cache.
GetCacheSize()
int
Returns total size of all avatars stored in the persistent cache in bytes.