Documentation

Cache
in package

Table of Contents

Constants

ALL  = 0
ALLWAYSVALIDCACHE  = -1

Methods

clear()  : bool
get()  : mixed
info()  : stdclass
set()  : bool

Constants

ALLWAYSVALIDCACHE

public mixed ALLWAYSVALIDCACHE = -1

Methods

clear()

public clear(mixed $name[, mixed $path = null ][, bool $allhashednames = false ]) : bool
Parameters
$name : mixed
$path : mixed = null
$allhashednames : bool = false
Return values
bool

get()

public get(string $name) : mixed
Parameters
$name : string

info()

public info(mixed $name[, mixed $path = null ]) : stdclass
Parameters
$name : mixed
$path : mixed = null
Return values
stdclass

set()

public set(string $name, mixed $content) : bool
Parameters
$name : string
$content : mixed
Return values
bool

        
On this page

Search results