\Phile\ServiceLocatorPersistenceInterface

Interface PersistenceInterface

Summary

Methods
Constants
has()
get()
set()
delete()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

has()

has(mixed $key) : mixed

check if an entry exists for given key

Parameters

mixed $key

Returns

mixed

get()

get(mixed $key) : mixed

get the entry by given key

Parameters

mixed $key

Returns

mixed

set()

set(mixed $key, mixed $value) : mixed

set the value for given key

Parameters

mixed $key
mixed $value

Returns

mixed

delete()

delete(mixed $key) : mixed

delete the entry by given key

Parameters

mixed $key

Returns

mixed