AppserverIo\Appserver\Core\Api\Node\ResultCacheConfigurationNode::__construct PHP Method

__construct() public method

Initialize the node with the passed factory class name.
public __construct ( string $factory = 'AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\CacheFactories\ArrayCacheFactory' )
$factory string The factory class name to use
    public function __construct($factory = 'AppserverIo\\Appserver\\PersistenceContainer\\Doctrine\\V2\\CacheFactories\\ArrayCacheFactory')
    {
        $this->factory = $factory;
    }
ResultCacheConfigurationNode