Back to Joomla project (class list)

Class OutputController - list of methods

Joomla Cache output type object

Extends

Package: Joomla\CMS\Cache\Controller
Copyright: (C) 2007 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Cache/Controller/OutputController.php
Project: Joomla

Method Summary

public mixed
(mixed $id, mixed $group = null)

Get stored cached data by ID and group
Parameters
  • string $id The cache data ID
  • string $group The cache data group
Returns
  • mixed Boolean false on no result, cached object otherwise
Since
  • 1.7.0
Show source code of this method: get Source Code

public bool
(mixed $data, mixed $id, mixed $group = null, mixed $wrkarounds = true)

Store data to cache by ID and group
Parameters
  • mixed $data The data to store
  • string $id The cache data ID
  • string $group The cache data group
  • bool $wrkarounds True to use wrkarounds
Returns
  • bool True if cache stored
Since
  • 1.7.0
Show source code of this method: store Source Code

Properties Summary

protected string
$_id
Cache data ID
Since
  • 1.7.0
protected string
$_group
Cache data group
Since
  • 1.7.0

Tags Summary

Since
1.7.0