\JCacheController
Public cache handler
Synopsis
class JCacheController
{
- // methods
- 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
Extended by
Members
public
- $cache
—
JCache
JCache object - $options
—
array
Array of options
Methods
public
- __construct() — Constructor
- __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