示例#1
0
文件: storage.php 项目: Blu2z/implsk
 function __construct($fileName, $shmCache)
 {
     $this->cache = $shmCache;
     parent::__construct($fileName);
 }