is_cache# gwpy.io.cache.is_cache( cache: Readable | Cache | Sequence[CacheEntry | FileSystemPath], ) → bool[source]# Return True if cache is a readable cache file or object. Parameters: cachestr, file, listObject to detect as cache Returns: iscacheboolTrue if the input object is a cache, or a file in LAL cache format, otherwise False