Issue #0001653: Temporary commenting worldcheck cache
This commit is contained in:
parent
bf8f3a199f
commit
ebf8a2b06b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user