
Simple caching component
This module adds a component for caching arbitrary developer code. Use it if you need caching without creating a full component or using the CPageCache and CPHPCache classes. The solution violates Bitrix MVC principles: the code generating the $arResult array is located in a special template file named code.php, not in component.php.