layout_cache.php 380 B

12345678910
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. /** @var \Magento\Framework\App\Cache\Type\Layout $layoutCache */
  7. $layoutCache = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
  8. ->get(\Magento\Framework\App\Cache\Type\Layout::class);
  9. $layoutCache->save('fixture layout cache data', 'LAYOUT_CACHE_FIXTURE');