API17:JCacheStorageApc::unlock
From Joomla! Documentation
JCacheStorageApc::unlock
Description
Unlock cached item - override parent for cacheid compatibility with lock.
public function unlock (
$id
$group=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The cache data id | |
| $group | string | null | The cache data group |
| integer | $locktimeCacheditemmaxlocktime |
- Returns boolean True on success, false otherwise.
- Defined on line 214 of libraries/joomla/cache/storage/apc.php
- Since

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