API17:JCacheStorage::lock
From Joomla! Documentation
JCacheStorage::lock
Description
Lock cached item.
public function lock (
$id
$group
$locktime
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The cache data id | |
| $group | string | The cache data group | |
| $locktime | integer | Cached item max lock time |
- Returns boolean True on success, false otherwise.
- Defined on line 230 of libraries/joomla/cache/storage.php
- Since

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