Saves the current cache to the filesystem.
void
public static function save() { file_put_contents(self::$path, json_encode(self::$cache)); }