[TYPO3-dev] Missing feature in t3lib_cache_backend_MemcachedBackend

Chris Zepernick {SwiftLizard} chris at swift-lizard.com
Thu Aug 12 11:22:54 CEST 2010


Sorry failure in the method:

public function getCache(){
     $retVal = false;
	if(  $this->cache instanceof t3lib_cache_frontend_VariableFrontend
        if( $this->cache->getBackend() instanceof 
t3lib_cache_backend_MemcachedBackend
            && $this->cache->getBackend()->isConnected()
        ){
       		$retVal = $this->cache;
		}
	}else{
		      $retVal = $this->cache;
	}	
       return $retVal;
}

cheers


chris




More information about the TYPO3-dev mailing list