PHP Class NukeViet\Cache\Memcacheds

Afficher le fichier Open project: nukeviet/nukeviet

Méthodes publiques

Méthode Description
__construct ( $Host, $Port, $Lang, $Cache_Prefix )
db ( mixed $sql, mixed $key, mixed $modname, mixed $lang = '' )
delAll ( mixed $sys = true )
delMod ( mixed $module_name, mixed $lang = '' ) : void
getItem ( mixed $module_name, mixed $filename )
setDb ( resource $db )
setItem ( mixed $module_name, mixed $filename, mixed $content )

Method Details

__construct() public méthode

public __construct ( $Host, $Port, $Lang, $Cache_Prefix )

db() public méthode

public db ( mixed $sql, mixed $key, mixed $modname, mixed $lang = '' )
$sql mixed
$key mixed
$modname mixed
$lang mixed

delAll() public méthode

public delAll ( mixed $sys = true )
$sys mixed

delMod() public méthode

public delMod ( mixed $module_name, mixed $lang = '' ) : void
$module_name mixed
$lang mixed
Résultat void

getItem() public méthode

public getItem ( mixed $module_name, mixed $filename )
$module_name mixed
$filename mixed

setDb() public méthode

public setDb ( resource $db )
$db resource

setItem() public méthode

public setItem ( mixed $module_name, mixed $filename, mixed $content )
$module_name mixed
$filename mixed
$content mixed