queryCacheWithConfig abstract method

Future<bool> queryCacheWithConfig(
  1. ZegoCopyrightedMusicQueryCacheConfig config
)

Query the resource's cache is existed or not.

Available since: 3.9.0 Description: Query the resource is existed or not, query the Yinsuda resource cache by default Use case: Can be used to check the resource's cache is existed or not When to call: After initializing the copyrighted music success initCopyrightedMusic.

  • config The configuration of querying cache.

Implementation

Future<bool> queryCacheWithConfig(
    ZegoCopyrightedMusicQueryCacheConfig config);