Skip to content

Instantly share code, notes, and snippets.

@s2ar
s2ar / d7_cache.php
Created June 25, 2019 06:52 — forked from vozhukh/d7_cache.php
d7 кешування + теговий кеш
<?
use \Bitrix\Main\Data\Cache;
//<ПРостий кеш>
$cache = Cache::createInstance(); // отрматике ексзепляр класу
if ($cache->initCache(7200, "cache_key")) {
$vars = $cache->getVars(); // отримани змінні з кешу
}
elseif ($cache->startDataCache()) {
// некоторые действия...