From 5d942ccbb23b2688c13c5490362d7bcab6ca516c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 9 Sep 2018 05:00:43 +0400 Subject: Delete unnecessary files Signed-off-by: Valentin Popov --- db/caches.php | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 db/caches.php (limited to 'db/caches.php') diff --git a/db/caches.php b/db/caches.php deleted file mode 100644 index 270354c..0000000 --- a/db/caches.php +++ /dev/null @@ -1,31 +0,0 @@ -. - -/** - * Definition of the plug-in cache. - * - * @package local_webhooks - * @copyright 2017 "Valentin Popov" - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - */ - -$definitions = array( - "webhooks_services" => array( - "mode" => cache_store::MODE_APPLICATION, - "requiredataguarantee" => true, - "staticacceleration" => true - ) -); \ No newline at end of file -- cgit v1.2.3