class MemoryCacheSettingsRepository implements SettingsRepositoryInterface

Properties

protected $inner
protected $isCached
protected $cache

Methods

array
all()

No description

mixed
get($key, $default = null)

No description

set($key, $value)

No description

delete($key)

No description

Details

__construct(SettingsRepositoryInterface $inner)

Parameters

SettingsRepositoryInterface $inner

array all()

Return Value

array

mixed get($key, $default = null)

Parameters

$key
$default

Return Value

mixed

set($key, $value)

Parameters

$key
$value

delete($key)

Parameters

$key