コード例 #1
0
ファイル: CacheItemPool.php プロジェクト: eksith/Blog
 public function commit()
 {
     CacheItem::saveAll($this->pending);
 }