API17:JCacheStorageFile::lock
From Joomla! Documentation
JCacheStorageFile::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/file.php
- Since

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