예제 #1
0
파일: storage.php 프로젝트: Blu2z/implsk
 function __construct($fileName, $shmCache)
 {
     $this->cache = $shmCache;
     parent::__construct($fileName);
 }