FOFPlatformInterface::setCache
Saves something to the cache. This is supposed to be used for system-wide FOF data, not application data.
Signature
public function setCache(string
$key,
string
$content )
Parameters
-
$key
- The key of the data to save
-
$content
- The actual data to save
Returns
- boolean
- True on success