Documentation

MemCacheUtils
in package

Table of Contents

Properties

$memcache  : mixed
$prefix  : string

Methods

del()  : mixed
get()  : mixed
inc()  : mixed
set()  : mixed
expiration in seconds
getInstance()  : mixed

Properties

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

        
On this page

Search results