| 
<?php/**
 * This file is part of the PageCache package.
 *
 * @author Muhammed Mamedov <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
 
 /**
 * Testing parameters for PageCache
 */
 return [
 //current page's cache expiration in seconds. Set to 10 minutes:
 'cache_expiration_in_seconds' => -10,
 ];
 
 |