class MemoryCacheSettingsRepository implements SettingsRepositoryInterface
Properties
| protected bool | $isCached |
|
||
| protected array | $cache |
|
Methods
mixed
get(string $key, mixed $default = null)
You generally should use the Settings extender's `default` method instead to register default values.
Details
at
line 19
__construct(SettingsRepositoryInterface $inner)
at
line 24
array
all()
at
line 34
mixed
get(string $key, mixed $default = null)
You generally should use the Settings extender's `default` method instead to register default values.
You may still need to use the `$default` parameters here in cases where you need to access the default value of a dynamic setting.