public function Playlist::useCache in MediaFront 7
Same name and namespace in other branches
- 6.2 players/osmplayer/player/playlist/Playlist.php \Playlist::useCache()
- 6 players/osmplayer/player/playlist/Playlist.php \Playlist::useCache()
If you would like to use caching or not.
Parameters
- TRUE - use caching, FALSE - do not use caching.:
File
- players/
osmplayer/ player/ playlist/ Playlist.php, line 118
Class
- Playlist
- Playlist Class
Code
public function useCache($_cache) {
$this->cache = $_cache;
}