HomeIn-Portal Phabricator
  • Changed Files
  • in-portal/branches/5.2.x/core/kernel/utility/cache.php

Bug #0001123: Parallel cache rebuild problem could cause high server load

Description

Bug #0001123: Parallel cache rebuild problem could cause high server load

  1. don't perform empty (with no keys passed) multi_get request
  2. store locally also missing variables, that are requested from cache (speed improvement)
  3. fixed "scalar value can't be used as array" warning in getCache method

INP-919