(instruments, fields, start_time, end_time, freq, disk_cache=1, inst_processors=[], **kwargs)
| 653 | |
| 654 | @staticmethod |
| 655 | def _uri(instruments, fields, start_time, end_time, freq, disk_cache=1, inst_processors=[], **kwargs): |
| 656 | return hash_args(*DatasetCache.normalize_uri_args(instruments, fields, freq), disk_cache, inst_processors) |
| 657 | |
| 658 | def get_cache_dir(self, freq: str = None) -> Path: |
| 659 | return super(DiskDatasetCache, self).get_cache_dir(C.dataset_cache_dir_name, freq) |
no test coverage detected