You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/index.js
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -77,19 +77,6 @@ export function renderStreamMessage(message) {
77
77
session.renderStreamMessage(message)
78
78
}
79
79
80
-
/**
81
-
* Removes all entries from the Turbo Drive page cache.
82
-
* Call this when state has changed on the server that may affect cached pages.
83
-
*
84
-
* @deprecated since version 7.2.0 in favor of `Turbo.cache.clear()`
85
-
*/
86
-
exportfunctionclearCache(){
87
-
console.warn(
88
-
"Please replace `Turbo.clearCache()` with `Turbo.cache.clear()`. The top-level function is deprecated and will be removed in a future version of Turbo.`"
89
-
)
90
-
session.clearCache()
91
-
}
92
-
93
80
/**
94
81
* Sets the delay after which the progress bar will appear during navigation.
0 commit comments