Documentation

ICacher

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

Constants

Methods

delete()

public delete(mixed $key[, mixed $time = 0 ]) : mixed
Parameters
$key : mixed
$time : mixed = 0

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

        
On this page

Search results