summaryrefslogtreecommitdiff
path: root/classes/cache/adapter.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/cache/adapter.php')
-rw-r--r--classes/cache/adapter.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/cache/adapter.php b/classes/cache/adapter.php
index 88dca21b9..a61e5cb83 100644
--- a/classes/cache/adapter.php
+++ b/classes/cache/adapter.php
@@ -20,7 +20,6 @@ interface Cache_Adapter {
* @return int|false Bytes written or false if an error occurred.
*/
public function put(string $filename, $data);
- public function touch(string $filename): bool;
public function get(string $filename): ?string;
public function get_full_path(string $filename): string;
/**