setCache() public static method

Set config cache
public static setCache ( string $cacheKey, ConfigObject $config )
$cacheKey string
$config ConfigObject
コード例 #1
0
ファイル: ConfigObject.php プロジェクト: Webiny/Framework
 public function __wakeup()
 {
     ConfigCache::setCache($this->cacheKey, $this);
 }