API17:JCache::getWorkarounds
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JCache::getWorkarounds
Description
Perform workarounds on retrieved cached data.
Description:JCache::getWorkarounds [Edit Descripton]
Since
Synopsis
public static JCache::getWorkarounds ($data, $options=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | Cached data | |
| $options | array() |
Returns
string $body Body of cached data
Defined in
libraries/joomla/cache/cache.php (line 397)
- see source code in BitBucket
Referenced by
- JCacheControllerPage::get
- JCacheControllerCallback::get
- JCacheControllerView::get
- JDocumentHTML::getBuffer
See also
SeeAlso:JCache::getWorkarounds
Examples
<CodeExamplesForm />
