NotCacheableInterface.php 294 B

12345678910111213141516
  1. <?php
  2. /**
  3. * HTTP response interface
  4. *
  5. * Copyright © Magento, Inc. All rights reserved.
  6. * See COPYING.txt for license details.
  7. */
  8. namespace Magento\Framework\App\PageCache;
  9. /**
  10. * Interface \Magento\Framework\App\PageCache\NotCacheableInterface
  11. *
  12. */
  13. interface NotCacheableInterface
  14. {
  15. }