method deleteCache documentation in bbn\Api\Virtualmin
This function allows the cancellation of the cache of the used commands
function($command_name = '', $arguments = false)
{
$uid = $this->hostname;
if (!empty($arguments)) {
$uid .= md5(json_encode($arguments));
}
if (!empty($this->cacheDelete($uid, $command_name))) {
X::log([$uid, $command_name], 'cache_delete');
return true;
}
return false;
}
This function allows the cancellation of the cache of the used commands BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2023
BBN Solutions