| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Cache |
JCacheStorageFile |
store |
store() |
Never | Work in Progress |
Store the data to a file by id and group
boolean store ( $id, $group, $data )
| $id | string | The cache data id |
| $group | string | The cache data group |
| $data | string | The data to store in cache |
Example