| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Cache |
JCacheStorageFile |
get |
get() |
Never | Work in Progress |
Get cached data from a file by id and group
mixed get ( $id, $group, $checkTime )
| $id | string | The cache data id |
| $group | string | The cache data group |
| $checkTime | boolean | True to verify cache time expiration threshold |
Example