| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Cache |
JCacheCallback |
get |
get() |
Never | Work in Progress |
Executes a cacheable callback if not found in cache else returns cached output and result
mixed get ( $callback, $args, $id )
| $callback | mixed | Callback or string shorthand for a callback |
| $args | array | Callback arguments |
| $id |
Example