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

__construct() public method

Initialize the node with the default cache configuration.
public __construct ( )
    public function __construct()
    {
        $this->queryCacheConfiguration = new QueryCacheConfigurationNode();
        $this->resultCacheConfiguration = new ResultCacheConfigurationNode();
        $this->metadataCacheConfiguration = new MetadataCacheConfigurationNode();
    }