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

getMetadataCacheConfiguration() public method

Returns the entity manager's metadata cache configuration.
public getMetadataCacheConfiguration ( ) : AppserverIo\Appserver\Core\Api\Node\MetadataCacheConfigurationNode
return AppserverIo\Appserver\Core\Api\Node\MetadataCacheConfigurationNode The entity manager's metadata cache configuration
    public function getMetadataCacheConfiguration()
    {
        return $this->metadataCacheConfiguration;
    }