CodeIgniter v4.7 API

PageCache
in package
implements FilterInterface

Page Cache filter

Table of Contents

Interfaces

FilterInterface
Filter interface

Properties

$cacheStatusCodes  : array<int, int>
$pageCache  : ResponseCache

Methods

__construct()  : mixed
after()  : ResponseInterface|null
Cache the page.
before()  : ResponseInterface|null
Checks page cache and return if found.

Properties

$cacheStatusCodes read-only

private array<int, int> $cacheStatusCodes

Methods

__construct()

public __construct([Cache|null $config = null ]) : mixed
Parameters
$config : Cache|null = null

        
On this page

Search results