Table of Contents
Constants
-
TYPE_MEMCACHED
= 'memcached'
-
TYPE_REDIS
= 'redis'
Methods
-
delete()
: mixed
-
fetchAll()
: mixed
-
flush()
: mixed
-
get()
: mixed
-
quit()
: mixed
-
replace()
: mixed
-
set()
: mixed
TYPE_MEMCACHED
public
string
TYPE_MEMCACHED
= 'memcached'
TYPE_REDIS
public
string
TYPE_REDIS
= 'redis'
delete()
public
delete(mixed $key[, mixed $time = 0 ]) : mixed
Parameters
-
$key
: mixed
-
-
$time
: mixed
= 0
-
fetchAll()
public
fetchAll() : mixed
flush()
public
flush() : mixed
get()
public
get(mixed $key) : mixed
Parameters
-
$key
: mixed
-
quit()
public
quit() : mixed
replace()
public
replace(string $key, mixed $value[, int $expiration = 0 ]) : mixed
Parameters
-
$key
: string
-
-
$value
: mixed
-
-
$expiration
: int
= 0
-
set()
public
set(mixed $key, mixed $value[, mixed $expiration = 0 ]) : mixed
Parameters
-
$key
: mixed
-
-
$value
: mixed
-
-
$expiration
: mixed
= 0
-