AvatarCache

Runtime avatar cache utilities for querying and clearing the current cache data.

Public Methods

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.

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.

Last updated