cached_video_player_plus icon indicating copy to clipboard operation
cached_video_player_plus copied to clipboard

Suggested Functions

Open zhuochenming opened this issue 1 year ago • 2 comments

  • 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!

zhuochenming avatar Sep 03 '24 09:09 zhuochenming

Hello @zhuochenming, the features you are mentioning are already present.

  1. You can use the skipCache flag to control when caching feature is enabled.
  2. If you know the url of the video you want to delete, use the static function removeFileFromCache.

Let me know if this helps.

OutdatedGuy avatar Sep 16 '24 09:09 OutdatedGuy

Thanks, I'll try it.

zhuochenming avatar Sep 19 '24 08:09 zhuochenming