|
Previous Page |
Solar_Cache_Adapter_Memcache |
Next Page |
save()
public
bool
save (
string $key,
mixed $data
)
Updates or inserts cache entry data.
Parameters
- (string)
$key: The entry ID. - (mixed)
$data: The data to write into the entry.
Returns
- (bool) True on success, false on failure.
Description
Updates or inserts cache entry data.