PHP Classes

File: tests/config_wrong_test.php

Recommend this page to a friend!
  Classes of Muhammed M   PHP Page Cache Output   tests/config_wrong_test.php   Download  
File: tests/config_wrong_test.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Page Cache Output
Store full page output in cache files
Author: By
Last change: PSR-16 refactoring, Config created
fix tests for current PageCache architecture
Date: 6 years ago
Size: 411 bytes
 

Contents

Class file image Download
<?php
/**
 * This file is part of the PageCache package.
 *
 * @author Muhammed Mamedov <mm@turkmenweb.net>
 *
 * 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,
];