mini\Cache\FilesystemCache::set()
Method
public
Signature
public function set(string $key, mixed $value, DateInterval|int|null $ttl = NULL): bool
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$key |
string |
required | Documentation missing |
$value |
mixed |
required | Documentation missing |
$ttl |
DateInterval|int|null |
NULL
|
Documentation missing |
Returns
bool
Documentation
Documentation missing - No docblock found for this method.