API17:JCache::getWorkarounds
From Joomla! Documentation
JCache::getWorkarounds
Description
Perform workarounds on retrieved cached data.
public static function getWorkarounds (
$data
$options=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | Cached data | |
| $options | array() |
- Returns string $body Body of cached data
- Defined on line 397 of libraries/joomla/cache/cache.php
- Since

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