Home
last modified time | relevance | path

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

/dports/finance/prestashop/prestashop/classes/
H A DGroup.php67 protected static $cache_reduction = []; variable in GroupCore
92 self::$cache_reduction = [];
140 if (!isset(self::$cache_reduction['customer'][(int) $id_customer])) {
142 … self::$cache_reduction['customer'][(int) $id_customer] = Group::getReductionByIdGroup($id_group);
145 return self::$cache_reduction['customer'][(int) $id_customer];
150 if (!isset(self::$cache_reduction['group'][$id_group])) {
151 … self::$cache_reduction['group'][$id_group] = Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue('
157 return self::$cache_reduction['group'][$id_group];
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/classes/
H A DGroup.php36 protected static $cache_reduction = []; variable in TbUpdaterModule\\Group
127 if (!isset(static::$cache_reduction['customer'][(int) $idCustomer])) {
129 … static::$cache_reduction['customer'][(int) $idCustomer] = Group::getReductionByIdGroup($idGroup);
132 return static::$cache_reduction['customer'][(int) $idCustomer];
189 if (!isset(static::$cache_reduction['group'][$idGroup])) {
190 … static::$cache_reduction['group'][$idGroup] = Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue(
198 return static::$cache_reduction['group'][$idGroup];
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DGroup.php40 protected static $cache_reduction = []; variable in GroupCore
143 if (!isset(static::$cache_reduction['customer'][(int) $idCustomer])) {
147 static::$cache_reduction['customer'][(int) $idCustomer]
151 return static::$cache_reduction['customer'][(int) $idCustomer];
214 if (!isset(static::$cache_reduction['group'][$idGroup])) {
215 … static::$cache_reduction['group'][$idGroup] = Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue(
223 return static::$cache_reduction['group'][$idGroup];
/dports/databases/db5/db-5.3.28/src/mp/
H A Dmp_alloc.c48 u_int32_t buckets, bucket_priority, buffers, cache_reduction; local
155 cache_reduction = c_mp->pages / 10;
157 c_mp->lru_priority - cache_reduction;
/dports/databases/db18/db-18.1.40/src/mp/
H A Dmp_alloc.c152 u_int32_t buckets, bucket_priority, buffers, cache_reduction; local
261 cache_reduction = c_mp->pages / 10;
263 c_mp->lru_priority - cache_reduction;