removeOldCache

Deletes the least used cached media file.

int removeOldCache();

You can call this method when the storage space for cached files is about to reach its limit. After calling this method, the SDK deletes the least used cached media file.

Note: removeOldCache does not delete the currently playing cached media file.

Return Values