MemCacheUtils
in package
Table of Contents
Properties
Methods
- del() : mixed
- get() : mixed
- inc() : mixed
- set() : mixed
- expiration in seconds
- getInstance() : mixed
Properties
$memcache
private
static mixed
$memcache
$prefix
private
static string
$prefix
Methods
del()
public
static del(mixed $key) : mixed
Parameters
- $key : mixed
get()
public
static get(mixed $key) : mixed
Parameters
- $key : mixed
inc()
public
static inc(mixed $key) : mixed
Parameters
- $key : mixed
set()
expiration in seconds
public
static set(mixed $key, mixed $value, mixed $expiration) : mixed
Parameters
- $key : mixed
- $value : mixed
- $expiration : mixed
getInstance()
private
static getInstance() : mixed