Issue #0001653: Temporary commenting worldcheck cache

This commit is contained in:
Aram HARUTYUNYAN 2013-09-19 08:20:50 +00:00
parent bf8f3a199f
commit ebf8a2b06b

View File

@ -91,12 +91,12 @@ class WorldcheckController extends Zend_Controller_Action
$cacheConfig = $configWC->worldcheck->toArray();
$frontendOptions = array(
/*$frontendOptions = array(
'lifetime' => $cacheConfig['cachedir']['lifetime'],
'automatic_serialization' => true
);
$backendOptions = array('cache_dir' => $cacheConfig['cachedir']['path'].$cacheConfig['cachedir']['name']);
$cache = Zend_Cache::factory('Output','File',$frontendOptions,$backendOptions);
$cache = Zend_Cache::factory('Output','File',$frontendOptions,$backendOptions);*/
//paginate results list
Zend_View_Helper_PaginationControl::setDefaultViewPartial('worldcheck/controls.phtml');