FOFPlatformInterface::getCache
Retrieves data from the cache. This is supposed to be used for system-side FOF data, not application data.
Signature
public function getCache(string
$key,
[string
$default = null] )
Parameters
-
$key
- The key of the data to retrieve
-
$default
- The default value to return if the key is not found or the cache is not populated
Returns
- string
- The cached value