From a1099245b573a3b2bc9ed4a7260e89813d64e138 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 19 Feb 2018 13:06:06 +0400 Subject: Cache description added --- db/caches.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 db/caches.php diff --git a/db/caches.php b/db/caches.php new file mode 100644 index 0000000..270354c --- /dev/null +++ b/db/caches.php @@ -0,0 +1,31 @@ +. + +/** + * 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