/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
doctrine
/
orm
/
lib
/
Doctrine
/
ORM
/
Cache
/
Region
/
Upload File
HOME
<?php declare(strict_types=1); namespace Doctrine\ORM\Cache\Region; /** * A cache region that enables the retrieval of multiple elements with one call * * @deprecated Use {@link DefaultRegion} instead. */ class DefaultMultiGetRegion extends DefaultRegion { }