Home
last modified time | relevance | path

Searched refs:getCacheName (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/
H A DDraft.php29 $this->cname = getCacheName("$client\n$ID", '.draft');
H A Dinfoutils.php38 $cf = getCacheName($updateVersion, '.updmsg');
H A Dpageutils.php607 function getCacheName($data, $ext = '')
601 function getCacheName($data, $ext = '') global() function
H A Dparserutils.php795 $cache = getCacheName($language . $code . $optionsmd5, ".code");
H A Dmedia.php1892 $local = getCacheName(strtolower($url), ".media.$ext");
/dokuwiki/inc/Cache/
H A DCache.php38 $this->cache = getCacheName($key, $ext);