Inheritance: extends MemoryObject, implements Jamm\Memory\IMemoryStorage
コード例 #1
0
ファイル: APC.php プロジェクト: Webiny/Framework
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct('webiny');
 }