芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/admin/tool/mobile/db/caches.php
. /** * Mobile cache definitions. * * @package tool_mobile * @copyright 2017 Skylar Kelty
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; $definitions = array( 'plugininfo' => array( 'mode' => cache_store::MODE_APPLICATION, 'simplekeys' => true, 'staticacceleration' => true, 'staticaccelerationsize' => 1 ) );