$cache The cache configuration. */ public function getRegion(array $cache): Region; /** * Build timestamp cache region */ public function getTimestampRegion(): TimestampRegion; /** * Build \Doctrine\ORM\Cache */ public function createCache(EntityManagerInterface $entityManager): Cache; }