Cache_APC
extends CacheObject
in package
Table of Contents
Methods
Methods
del()
delete cache
public
del(string $key) : bool
Parameters
- $key : string
Return values
boolget()
get cache
public
get(string $key) : mixed
Parameters
- $key : string
Return values
mixed —$result
init()
public
init([mixed $params = array() ]) : mixed
Parameters
- $params : mixed = array()
set()
set cache
public
set(string $key, mixed $value[, int $timestamp = -1 ]) : bool
Parameters
- $key : string
- $value : mixed
- $timestamp : int = -1
-
default:-1 forever