API17:JCache::setWorkarounds
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 35: | Line 35: | ||
string $cached Data to be cached | string $cached Data to be cached | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/cache/cache.php | + | libraries/joomla/cache/cache.php (line 449) |
| + | * see source code in [[jplatform:cache/cache.php#cl-449|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JCacheControllerCallback | + | * [[JCacheControllerCallback::get/11.1|JCacheControllerCallback::get]] |
| − | * [[JCacheControllerView | + | * [[JCacheControllerView::get/11.1|JCacheControllerView::get]] |
| − | * [[JDocumentHTML | + | * [[JDocumentHTML::getBuffer/11.1|JDocumentHTML::getBuffer]] |
| − | * [[JCacheControllerPage | + | * [[JCacheControllerPage::store/11.1|JCacheControllerPage::store]] |
===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
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::setWorkarounds
Description
Create workarounded data to be cached.
Description:JCache::setWorkarounds [Edit Descripton]
Since
Synopsis
public static JCache::setWorkarounds ($data, $options=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | Cached data | |
| $options | array() |
Returns
string $cached Data to be cached
Defined in
libraries/joomla/cache/cache.php (line 449)
- see source code in BitBucket
Referenced by
- JCacheControllerCallback::get
- JCacheControllerView::get
- JDocumentHTML::getBuffer
- JCacheControllerPage::store
See also
SeeAlso:JCache::setWorkarounds
Examples
<CodeExamplesForm />
