clearLocalFileCache abstract method

Future<void> clearLocalFileCache(
  1. ZIMFileCacheClearConfig config
)

Supported versions: 2.15.0 and above.

Detailed description: Clear the local message cache of the current user.

Business scenario: This interface is invoked when the local message cache needs to be cleared.

Restrictions: This takes effect after the login and becomes invalid after the logout.

Implementation

Future<void> clearLocalFileCache(ZIMFileCacheClearConfig config);