my elements looks like that:
echo $this->element('myelement', array('cache' => array('key' => 'myUniqKey', 'time' => '+1 hour')));
when i have Configure::write('Cache.disable', false); in my config file, all elements are chaced, but when i have Configure::write('Cache.disable', true); my elements from layout are in cache and elements from view aren't
can You tel me is it normal? can i cache my elements from view without turning cache on?