API17:JCacheStorage::unlock
From Joomla! Documentation
JCacheStorage::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 243 of libraries/joomla/cache/storage.php
- Since

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