FOF30\Platform\Base\Platform::getCache PHP Метод

getCache() публичный Метод

Retrieves data from the cache. This is supposed to be used for system-side F0F data, not application data.
public getCache ( string $key, string $default = null ) : string
$key string The key of the data to retrieve
$default string The default value to return if the key is not found or the cache is not populated
Результат string The cached value
    public function getCache($key, $default = null)
    {
        return false;
    }