\SlightPHPCache_APC

Summary

Methods
Properties
Constants
init()
set()
get()
del()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

init()

init(  $params = array()) 

Parameters

$params

set()

set(string  $key, mixed  $value, integer  $timestamp = -1) : boolean

set cache

Parameters

string $key
mixed $value
integer $timestamp

default:-1 forever

Returns

boolean

get()

get(string  $key) : mixed

get cache

Parameters

string $key

Returns

mixed —

$result

del()

del(string  $key) : boolean

delete cache

Parameters

string $key

Returns

boolean