40 $state =
new GridState($productId, $gridId);
41 $key = $this->getStorageKey($productId, $gridId);
42 $cache = Application::getInstance()->getLocalSession(
$key);
45 $deadline = (int)$cache->get(self::FIELD_DEADLINE);
46 if ($deadline < time())
48 $cache->set(self::FIELD_DEADLINE, time() + self::DEADLINE_SEC);