Table of Contents
Methods
-
all()
: mixed
-
clean()
: mixed
-
delete()
: mixed
-
deleteAll()
: mixed
-
fetch()
: mixed
-
isPersistOk()
: bool
-
persist()
: mixed
-
restore()
: mixed
-
save()
: mixed
all()
public
static all() : mixed
clean()
public
static clean() : mixed
delete()
public
static delete(mixed $_key) : mixed
Parameters
-
$_key
: mixed
-
deleteAll()
public
static deleteAll() : mixed
fetch()
public
static fetch(mixed $_key) : mixed
Parameters
-
$_key
: mixed
-
isPersistOk()
public
static isPersistOk() : bool
persist()
public
static persist() : mixed
restore()
public
static restore() : mixed
save()
public
static save(mixed $_cache) : mixed
Parameters
-
$_cache
: mixed
-