get_file_path() ); } /** * Check if the cache delivery file exists and is writable. * * @throws RuntimeException If something goes seriously wrong finding the path. * * @return bool */ public function is_writable(): bool { return is_writable( $this->get_file_path() ); } }