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
Cachearium
CachedObject
getCacheKey
Cachearium\CachedObject::getCacheKey PHP Method
CachedObject Interface Documentation
Datei anzeigen
Open project: corollarium/cachearium
getCacheKey()
public
method
This simplifies storage of data associated to a class. What you usually want to do here is a return new CacheKey('classname', $this->getId(), $atts);
public
getCacheKey
(
$atts
= null ) :
CacheKey
return
CacheKey
public function getCacheKey($atts = null);
CachedObject
getCacheKey