API17

API17:JCacheStorageMemcache::lock

From Joomla! Documentation

Joomla 11.1 JCacheStorageMemcache::lock

Description

Lock cached item - override parent as this is more efficient.


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 286 of libraries/joomla/cache/storage/memcache.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples