Documentation

ICache

Table of Contents

Methods

exists()  : bool
get()  : object|null
set()  : mixed

Methods

exists()

public exists(string $cache_key) : bool
Parameters
$cache_key : string
Return values
bool

get()

public get(string $cache_key) : object|null
Parameters
$cache_key : string
Return values
object|null

set()

public set(string $cache_key, string $data[, int $timeout = 3600 ]) : mixed
Parameters
$cache_key : string
$data : string
$timeout : int = 3600

        
On this page

Search results