Home
last modified time | relevance | path

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

/plugin/epub/scripts/
H A Dupdate_files.php10 if(!$helper->is_inCache($id)) {
18 if(!$helper->is_inCache($id)) {
/plugin/epub/
H A Daction.php38 if (!$this->helper->is_inCache($INFO['id'])) return;
67 if (!$this->helper->is_inCache($INFO['id'])) return; //cache set in syntax.php
104 if (!$this->helper->is_inCache($INFO['id'])) return; //cache set in syntax.php
H A Dhelper.php23 function is_inCache($id) { function in helper_plugin_epub
54 if(!$this->is_inCache($id)) {
69 if(!$this->is_inCache($id)) {
/plugin/quickstats/
H A Dhelper.php65 function is_inCache($id) { function in helper_plugin_quickstats
88 if(!$this->is_inCache($id)) {
H A Daction.php146 return $this->helper->is_inCache($ID) ;