is_valid_key# scikitplot.cython.is_valid_key(key)[source]# Return True if key is a valid cache key. Parameters: keystrCandidate cache key. Returns: boolTrue if key is a 64-character hex digest. Parameters: key (str) Return type: bool