AppserverIo\Appserver\Core\Api\Node\PersistenceUnitNode::getMetadataCacheConfiguration PHP Метод

getMetadataCacheConfiguration() публичный Метод

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