Skip to content

Instantly share code, notes, and snippets.

@d1i1m1o1n
Created February 19, 2016 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d1i1m1o1n/df7b3a27acb2897fbfcb to your computer and use it in GitHub Desktop.
Save d1i1m1o1n/df7b3a27acb2897fbfcb to your computer and use it in GitHub Desktop.
Bitrix. Clear cahce by tag
<?php
if(defined('BX_COMP_MANAGED_CACHE'))
$GLOBALS['CACHE_MANAGER']->ClearByTag('iblock_id_4'); //clear cache for iblock with ID = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment