From 6041ced50b9be1f5af1177a92a0eb3a9206a36c5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 24 Nov 2022 08:18:37 +0300 Subject: remove touch() --- init.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.php b/init.php index 0380e66..aa104b5 100644 --- a/init.php +++ b/init.php @@ -101,10 +101,6 @@ class Cache_S3 extends Plugin implements Cache_Adapter { } } - public function touch(string $filename): bool { - return true; // no-op - } - public function get(string $filename): ?string { $res = $this->s3->getObject([ 'Bucket' => Config::get(self::CACHE_S3_BUCKET), -- cgit v1.2.3