CachedVideoControllerService constructor

CachedVideoControllerService(
  1. BaseCacheManager _cacheManager
)

Creates a new CachedVideoControllerService with the provided cache manager.

_cacheManager is responsible for handling the caching operations.

Implementation

CachedVideoControllerService(this._cacheManager) {
  _proxyServer = VideoProxyServer(_cacheManager);
}