Extends
lithium\core\Object
Clears user-space cache
Returns
mixed True on successful clear, false otherwiseSource
public function clear() {
return apc_clear_cache('user');
}
public function clear() {
return apc_clear_cache('user');
}