[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 3 /* 4 * This file is part of the Symfony package. 5 * 6 * (c) Fabien Potencier <fabien@symfony.com> 7 * 8 * This code is partially based on the Rack-Cache library by Ryan Tomayko, 9 * which is released under the MIT license. 10 * (based on commit 02d2b48d75bcb63cf1c0c7149c077ad256542801) 11 * 12 * For the full copyright and license information, please view the LICENSE 13 * file that was distributed with this source code. 14 */ 15 16 namespace Symfony\Component\HttpKernel\HttpCache; 17 18 /** 19 * ResponseCacheStrategyInterface implementations know how to compute the 20 * Response cache HTTP header based on the different response cache headers. 21 * 22 * @author Fabien Potencier <fabien@symfony.com> 23 * 24 * @deprecated since version 2.6, to be removed in 3.0. Use ResponseCacheStrategyInterface instead. 25 */ 26 interface EsiResponseCacheStrategyInterface extends ResponseCacheStrategyInterface 27 { 28 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |