示例#1
0
文件: cache.php 项目: vanie3/appland
 public static function getInstance($type = 'output', $options = array())
 {
     return MCacheController::getInstance($type, $options);
 }