JCache::unlock
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JCache::unlock[edit]
Description[edit]
Unset lock flag on cached item.
public function unlock (
$id
$group=null
)
Parameter | Type | Default | Description |
---|---|---|---|
$id | string | The cache data id | |
$group | string | null | The cache data group |
- Returns boolean True on success, false otherwise.
- Defined on line 354 of libraries/joomla/cache/cache.php
- Since
See also[edit]
- JCache::unlock source code on BitBucket
- Class JCache
- Subpackage Cache
- Other versions of JCache::unlock
User contributed notes[edit]
Code Examples[edit]