Exemplo n.º 1
0
 def load_shared_channel_cache(self):
     r = DataStore.retrieve_from_file(self.__shared_channel_cache_path)
     if r:
         self._shared_channel_cache.load(r)
Exemplo n.º 2
0
 def load_local_playlist_cache(self):
     r = DataStore.retrieve_from_file(self.__local_playlist_cache_path)
     if r:
         self._local_playlist_cache.load(r)