API17

API17:JCacheControllerPage::get

From Joomla! Documentation

Joomla 11.1 JCacheControllerPage::get

Description

Get the cached page data.


public function get (
        $id=false
        $group='page'
        $wrkarounds=true
)
Parameter Type Default Description
$id string false The cache data id
$group string 'page' The cache data group
$wrkarounds true
  • Returns boolean True if the cache is hit (false else)
  • Defined on line 55 of libraries/joomla/cache/controller/page.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples