API17:JCacheStorageEaccelerator::lock
From Joomla! Documentation
JCacheStorageEaccelerator::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 179 of libraries/joomla/cache/storage/eaccelerator.php
- Since

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