示例#1
0
 public function __construct()
 {
     if (!is_object(self::$handler)) {
         self::$handler = new CacheFile();
     }
 }