AvatarCache [Deprecated]
Runtime avatar cache utilities for querying and clearing the current cache data.
Public Methods
Method | Returns | Description |
---|---|---|
| bool | Returns true if no avatars are stored in the persistent cache. |
| void | Clears all avatar data from the persistent cache. |
| void | Clears data for a specific avatar GUID from the persistent cache. |
| long | Returns number of avatars stored in the persistent cache. |
| int | Returns total size of all avatars stored in the persistent cache in bytes. |
Last updated