API17:JCacheStorageFile::unlock
From Joomla! Documentation
JCacheStorageFile::unlock
Description
Unlock cached item.
public function unlock (
$id
$group=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The cache data id | |
| $group | string | null | The cache data group |
- Returns boolean True on success, false otherwise.
- Defined on line 278 of libraries/joomla/cache/storage/file.php
- Since

See also
JCacheStorageFile::unlock source code on BitBucket
Class JCacheStorageFile
Subpackage Cache- Other versions of JCacheStorageFile::unlock
User contributed notes
Code Examples