Skip to content

Kirby 4.1.2

$page->isCacheable()

Checks if the page can be cached in the pages cache. This will also check if one of the ignore rules from the config kick in.

$page->isCacheable(): bool

Return type

bool

Parent class

Kirby\Cms\Page