Angejia\Pea\Meta::prefix PHP Method

prefix() public method

获取缓存前缀
public prefix ( string $db, string $table, boolean $isForTable = false ) : string
$db string 数据库名称
$table string 表名
$isForTable boolean 是否需要获取表级缓存前缀
return string 前缀字符串
    function prefix($db, $table, $isForTable = false);