Home
last modified time | relevance | path

Searched defs:cache_name_function (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php81 public $cache_name_function = 'md5'; variable in SimplePie\\Sanitize
136 public function pass_cache_data($enable_cache = true, $cache_location = './cache', $cache_name_function = 'md5', $cache_class = 'SimplePie\Cache', DataCache $cache = null) argument
[all...]
H A DSimplePie.php558 public $cache_name_function = 'md5'; variable in SimplePie\\SimplePie