Function clean_cache
Empty out the cache in use as best it can
It may only remove the files of a certain type (if the $type parameter is given) Type can be user, data or left blank - user clears out user data - data clears out system / opcode data - If no type is specified will perform a complete cache clearing For cache engines that do not distinguish on types, a full cache flush will be done
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Load.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Load.php
string |
$type = '' |
The cache type ('memcached', 'apc', 'xcache', 'zend' or something else for SMF's file cache) |