JCacheStorageMemcache::lock
Lock cached item - override parent as this is more efficient
Signature
public function lock(string
$id,
string
$group,
integer
$locktime )
Parameters
-
$id
- The cache data id
-
$group
- The cache data group
-
$locktime
- Cached item max lock time
Returns
- boolean
- True on success, false otherwise.