Stores data in memory as long as process is active
package |
NextEvent\PHPSDK\Store |
---|
__construct()
clear() : void
delete(string $key)
string
expunge() : void
get(string $key) : mixed
string
mixed
has(string $key) : boolean
string
boolean
set(string $key, mixed $value, integer $ttl = null) : void
string
mixed
integer