AvatarCache
Runtime avatar cache utilities for querying and clearing the current cache data.
Method | Returns | Description |
---|---|---|
IsCacheEmpty() | bool | Returns true if no avatars are stored in the persistent cache. |
Clear() | void | Clears all avatar data from the persistent cache. |
DeleteAvatarFolder(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. |
Last modified 1mo ago