芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/mod/forum/db/caches.php
. /** * Defined caches used internally by the plugin. * * @package mod_forum * @category cache * @copyright 2019 Ryan Wyllie
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $definitions = [ 'forum_is_tracked' => [ 'mode' => cache_store::MODE_REQUEST, 'simplekeys' => true, 'simpledata' => true, 'staticacceleration' => true ], ];