in tsqa/utils.py [0:0]
def save_cache(self): ''' Write the cache out to disk ''' with open(self.cache_map_file, 'w') as fh: fh.write(json.dumps(self._dict))