Function cache_quick_get
Try to retrieve a cache entry. On failure, call the appropriate function.
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 |
$key |
The key for this entry |
string |
$file |
The file associated with this entry |
string |
$function |
The function to call |
array |
$params |
Parameters to be passed to the specified function |
integer |
$level = 1 |
The cache level |
string
|
The cached data |