hi
I try to cache a part of my view but, apparently, it is not working
<!-- partials\footer -->
    {% cache "footer" 3600 %}
        <div id="footerSt">
        <!-- some html here -->
        </div><!-- div#footerSt -->
    {% endcache %}in the cache file there is only so
N;I'm using xcache 3.2, but with the file adapter was the same
what can it be?
phalcon 1.3.3 php 5.5 apache 2.4
sorry for my english