read_cache_entry# gwpy.io.cache.read_cache_entry( line: str | bytes, gpstype: GpsParser = <class 'lal.LIGOTimeGPS'>, ) → str[source]# Read a file path from a line in a cache file. Parameters: linestr, bytesLine of text to parse gpstypeLIGOTimeGPS, int, optionalType for GPS times. Returns: pathstrThe file path. Raises: ValueErrorif the line cannot be parsed successfully