Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Phalcon
Cache
Backend
Prefixable
PHP Trait Phalcon\Cache\Backend\Prefixable
Trait for backend cache adapters with support of "prefix" option.
显示文件
Open project: phalcon/incubator
Trait Usage Examples
Protected Methods
Method
Description
getPrefixedIdentifier
(
string
$id
) :
string
Returns prefixed identifier.
Method Details
getPrefixedIdentifier()
protected
method
Returns prefixed identifier.
protected
getPrefixedIdentifier
(
string
$id
) :
string
$id
string
return
string