Home
last modified time | relevance | path

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

/plugin/gdpr/action/
H A Ddelusers.php45 $cacheFN = $this->getCacheFN('users');
62 $deleteUserCacheFile = $this->getCacheFN('users');
105 $deleteUserCacheFile = $this->getCacheFN('users');
116 $cacheFN = $this->getCacheFN('counter');
126 $changelogCacheFN = $this->getCacheFN('changelogs');
139 $cacheFN = $this->getCacheFN('counter');
211 $changelogCacheFN = $this->getCacheFN('changelogs');
246 protected function getCacheFN($key) function in action_plugin_gdpr_delusers