It would be great to introduce the option to pass a custom CacheManager and CacheKey parameter, allowing for more flexibility in caching strategies. This would eliminate the need to rely solely on VideoCacheManager and provide developers with the ability to implement their own cache management solutions if needed.
Use Case:
This feature would be particularly useful for developers who want to:
Use a different cache mechanism other than VideoCacheManager
Preload videos from anywhere
Optimize performance based on specific app needs
Customize cache handling for specific types of media or data
Thank you for considering this enhancement! It would provide a lot more flexibility for different use cases.
It would be great to introduce the option to pass a custom
CacheManager
andCacheKey
parameter, allowing for more flexibility in caching strategies. This would eliminate the need to rely solely onVideoCacheManager
and provide developers with the ability to implement their own cache management solutions if needed.Use Case: This feature would be particularly useful for developers who want to:
VideoCacheManager
Thank you for considering this enhancement! It would provide a lot more flexibility for different use cases.