Lines Matching defs:cache
1180 * @param string $cache cache|recache|nocache
1191 $cache = null,
1204 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1212 'cache' => $cache,
1228 'cache' => $cache,
1265 * @param string $cache cache|recache|nocache
1276 $cache = null,
1296 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1298 $link['url'] = ml($src, ['cache' => $cache]);
1666 * @param string $cache cache|recache|nocache
1677 $cache = null,
1712 'cache' => $cache,
1774 ml($src, ['cache' => $cache], true, '&'),
1859 $img['cache']
1873 * @param string $cache cache|recache|nocache
1878 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render)
1891 $link['name'] = $this->_media($src, $title, $align, $width, $height, $cache, $render);
1965 $cache = null,
2033 $cache = null,