Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Prado
Caching
TCache
getPrimaryCache
Prado\Caching\TCache::getPrimaryCache PHP Method
TCache Class Documentation
Datei anzeigen
Open project: pradosoft/prado
getPrimaryCache()
public
method
public
getPrimaryCache
( ) :
boolean
return
boolean
whether this cache module is used as primary/system cache. A primary cache is used by PRADO core framework to cache data such as parsed templates, themes, etc.
public function getPrimaryCache() { return $this->_primary; }
TCache
add
addValue
delete
deleteValue
flush
generateUniqueKey
get
getKeyPrefix
getPrimaryCache
getValue
init
offsetExists
offsetGet
offsetSet
offsetUnset
set
setKeyPrefix
setPrimaryCache
setValue