AppserverIo\Appserver\Core\Api\Node\MetadataCacheConfigurationNode::getFactory PHP Method

getFactory() public method

Return's the Doctrine query cache factory class.
public getFactory ( ) : string
return string The Doctrine query cache factory class
    public function getFactory()
    {
        return $this->factory;
    }
MetadataCacheConfigurationNode