WireCacheDatabase::save()
Save a cache
Usage
$bool = $wireCacheDatabase->save(string $name, string $data, string $expire);Arguments
| Name | Type(s) | Description |
|---|---|---|
$name | string | Name of cache |
$data | string | Data to save in cache |
$expire | string | String in ISO-8601 date format |
Return value
bool
WireCacheDatabase methods and properties
API reference based on ProcessWire core version 3.0.269