API17:JCache::setWorkarounds
From Joomla! Documentation
JCache::setWorkarounds
Description
Create workarounded data to be cached.
public static function setWorkarounds (
$data
$options=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | Cached data | |
| $options | array() |
- Returns string $cached Data to be cached
- Defined on line 449 of libraries/joomla/cache/cache.php
- Since

- Referenced by
See also
JCache::setWorkarounds source code on BitBucket
Class JCache
Subpackage Cache- Other versions of JCache::setWorkarounds
User contributed notes
Code Examples