• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/common/cachedpool.php
  • Класс: BitrixLocationCommonCachedPool
  • Вызов: CachedPool::__construct
public function __construct(Pool $pool, int $ttl, string $cacheId, Cache $cache, EventManager $eventManager)
{
	$this->pool = $pool;
	parent::__construct($ttl, $cacheId, $cache, $eventManager);
}