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