API17

Difference between revisions of "JCache::getWorkarounds"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 35: Line 35:
 
string $body Body of cached data
 
string $body Body of cached data
 
===Defined in===
 
===Defined in===
libraries/joomla/cache/cache.php
+
libraries/joomla/cache/cache.php (line 397)
 +
* see source code in [[jplatform:cache/cache.php#cl-397|BitBucket]]
 
===Referenced by===
 
===Referenced by===
* [[JCacheControllerPage/get/11.1|JCacheControllerPage::get]]
+
* [[JCacheControllerPage::get/11.1|JCacheControllerPage::get]]
* [[JCacheControllerCallback/get/11.1|JCacheControllerCallback::get]]
+
* [[JCacheControllerCallback::get/11.1|JCacheControllerCallback::get]]
* [[JCacheControllerView/get/11.1|JCacheControllerView::get]]
+
* [[JCacheControllerView::get/11.1|JCacheControllerView::get]]
* [[JDocumentHTML/getBuffer/11.1|JDocumentHTML::getBuffer]]
+
* [[JDocumentHTML::getBuffer/11.1|JDocumentHTML::getBuffer]]
 
===See also===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:59, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JCache::getWorkarounds[edit]

Description[edit]

Perform workarounds on retrieved cached data.

Template:Description:JCache::getWorkarounds [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JCache::getWorkarounds ($data, $options=array())
Parameter Type Default Description
$data string Cached data
$options array()

Returns[edit]

string $body Body of cached data

Defined in[edit]

libraries/joomla/cache/cache.php (line 397)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JCache::getWorkarounds

Examples[edit]

<CodeExamplesForm />