Function loadCacheAccelerator
Try to load up a supported caching method. This is saved in $cacheAPI if we are not overriding it.
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 |
$overrideCache = null |
Try to use a different cache method other than that defined in $cache_accelerator. |
boolean |
$fallbackSMF = true |
Use the default SMF method if the accelerator fails. |
object|false
|
A object of $cacheAPI, or False on failure. |