Home
last modified time | relevance | path

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

/dports/www/itop/web/core/
H A Ddbsearch.class.php388 elseif (self::$m_bUseAPCCache)
424 if (self::$m_bUseAPCCache)
756 protected static $m_bUseAPCCache = false; variable in DBSearch
775 self::$m_bUseAPCCache = $bUseAPC;
H A Dmetamodel.class.php196 private static $m_bUseAPCCache = false; variable in MetaModel
6240 self::$m_bUseAPCCache = $bAllowCache
6245 …DBSearch::EnableQueryCache(self::$m_oConfig->GetQueryCacheEnabled(), self::$m_bUseAPCCache, self::…
6266 if (self::$m_bUseAPCCache)
6290 if (self::$m_bUseAPCCache)
6333 if (self::$m_bUseAPCCache)
H A Ddbobjectsearch.class.php1664 elseif (self::$m_bUseAPCCache)
1689 if ($bCanCache && self::$m_bUseAPCCache)