Docs Goabase

Cache
in package

Handle Cache

Table of Contents

getData()  : mixed
Hole Daten aus dem Cache
getResultOrSql()  : false|mixed
getValOrSQL()  : mixed
setData()  : void

Methods

getData()

Hole Daten aus dem Cache

public static getData( $key) : mixed
Parameters
$key :
Return values
mixed

getResultOrSql()

public static getResultOrSql(string $strSQL[, int $expire = 600 ]) : false|mixed
Parameters
$strSQL : string
$expire : int = 600
Tags
throws
Exception
Return values
false|mixed

getValOrSQL()

public static getValOrSQL(string $strSQL[, int $expire = 600 ]) : mixed
Parameters
$strSQL : string
$expire : int = 600
Tags
throws
Exception
Return values
mixed

setData()

public static setData( $key,  $data[, int $expire = 1800 ]) : void
Parameters
$key :
$data :
$expire : int = 1800
  • 1800 seconds default
Return values
void

Search results