. /** * This file contains the cache definitions for the lti plugin * * @package mod_lti * @copyright 2020 Carlos Vinícius Monteiro Costa * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); // Added definition for keyset cache. $definitions = [ 'keyset' => [ 'mode' => cache_store::MODE_APPLICATION ] ];