示例#1
0
 static function clear()
 {
     self::$cache = new stdClass();
 }
示例#2
0
 static function clear()
 {
     self::$cache = array();
 }