API17

API17:JCacheStorage::lock

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples