1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Removed dependency with Region interface

This commit is contained in:
Asmir Mustafic 2015-01-17 10:15:07 +01:00 committed by Marco Pivetta
parent 779af8ce8e
commit 1bfa68d94f

View file

@ -30,7 +30,7 @@ use Doctrine\ORM\Cache\CacheKey;
* @since 2.5 * @since 2.5
* @author Asmir Mustafic * @author Asmir Mustafic
*/ */
interface MultiGetRegion extends Region interface MultiGetRegion
{ {
/** /**
* Get all items from the cache indentifed by $keys. * Get all items from the cache indentifed by $keys.