\JCacheControllerOutput
Joomla Cache output type object
Synopsis
class JCacheControllerOutput
extends JCacheController
{
- // members
- protected $_id;
- protected $_group;
- protected $_locktest;
- // Inherited methods from JCacheController
- public void __construct()
- public mixed __call()
- public static JCache getInstance()
- public void setCaching()
- public void setLifeTime()
- public static array addIncludePath()
- public mixed get()
- public boolean store()
Hierarchy
Extends
Members
protected
- $_group
—
string
Cache data group - $_id
—
string
Cache data ID - $_locktest
—
Object to test locked state
public
- $cache
—
JCache
JCache object - $options
—
array
Array of options
Methods
public
Inherited from JCacheController
public
- __call() — Magic method to proxy JCacheControllerMethods
- addIncludePath() — Add a directory where JCache should search for controllers. You may either pass a string or an array of directories.
- get() — Get stored cached data by id and group
- getInstance() — Returns a reference to a cache adapter object, always creating it
- setCaching() — Set caching enabled state
- setLifeTime() — Set cache lifetime
- store() — Store data to cache by id and group