cached_video_player_plus
cached_video_player_plus copied to clipboard
Suggested Functions
- Cache switch. Allows you to control when the caching feature is enabled.
- Cache video list. Can control the cleaning of specific videos.
By doing this perhaps a better user experience can be provided, thanks!
Hello @zhuochenming, the features you are mentioning are already present.
- You can use the
skipCacheflag to control when caching feature is enabled. - If you know the url of the video you want to delete, use the static function
removeFileFromCache.
Let me know if this helps.
Thanks, I'll try it.