Repository::pull()

mixed pull(string $key, mixed $default = null) Retrieve an item from the cache and delete it. Parameters string $key mixed $default Return Value mixed

Repository::pull()

mixed pull(string $key, mixed $default = null) Retrieve an item from the cache and delete it. Parameters string $key mixed $default Return Value mixed

Repository::prepend()

void prepend(string $key, mixed $value) Prepend a value onto an array configuration value. Parameters string $key mixed $value Return Value void

Repository::prepend()

void prepend(string $key, mixed $value) Prepend a value onto an array configuration value. Parameters string $key mixed $value Return Value void

Repository::offsetUnset()

void offsetUnset(string $key) Unset a configuration option. Parameters string $key Return Value void

Repository::offsetUnset()

void offsetUnset(string $key) Remove an item from the cache. Parameters string $key Return Value void

Repository::offsetSet()

void offsetSet(string $key, mixed $value) Set a configuration option. Parameters string $key mixed $value Return Value void

Repository::offsetSet()

void offsetSet(string $key, mixed $value) Store an item in the cache for the default time. Parameters string $key mixed $value Return Value void

Repository::offsetGet()

mixed offsetGet(string $key) Get a configuration option. Parameters string $key Return Value mixed

Repository::offsetGet()

mixed offsetGet(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed