JCacheStorageCachelite::store
Store the data to a file by id and group
Signature
public function store(string
$id,
string
$group,
string
$data )
Parameters
-
$id
- The cache data id.
-
$group
- The cache data group.
-
$data
- The data to store in cache.
Returns
- boolean
- True on success, false otherwise