Converts the Cache instance into a JSON string.
String toJsonString() { return jsonEncode({ 'render': render, 'contentType': contentType?.toString(), 'createdAt': createdAt.toIso8601String(), }); }