try
{
if( Zend_Registry::isRegistered( 'd2cache' ) )
$cache = Zend_Registry::get( 'd2cache' );
else
{
$d2cacheOptions = $this->getBootstrap()->getApplication()->getOptions()['resources']['doctrine2cache'];