. /** * 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 ) );