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

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