\JCacheControllerView
Joomla! Cache view type object
Synopsis
class JCacheControllerView
extends JCacheController
{
- // 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
public
- $cache
—
JCache
JCache object - $options
—
array
Array of options
Methods
protected
- _makeId() — Generate a view cache id.
public
- get() — Get the cached view data
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