Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Очистка кэша по тегу

John edited this page Feb 20, 2017 · 1 revision
<?php
if(defined('BX_COMP_MANAGED_CACHE'))
  $GLOBALS['CACHE_MANAGER']->ClearByTag('iblock_id_4'); //clear cache for iblock with ID = 4
Clone this wiki locally