Implements StoreInterface and stores its data in a temp file.
If opcache is available, us this to cache temp file for performance improvement.
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