Table of Contents

store

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Cache Class JCacheStorageFile Method store Reference store() Never Work in Progress

Store the data to a file by id and group

Syntax

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

Examples

Example