JCache::setWorkarounds
From Joomla! Documentation
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.
JCache::setWorkarounds[edit]
Description[edit]
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[edit]
- JCache::setWorkarounds source code on BitBucket
- Class JCache
- Subpackage Cache
- Other versions of JCache::setWorkarounds
User contributed notes[edit]
Code Examples[edit]