Removed dependency with Region interface
This commit is contained in:
parent
779af8ce8e
commit
1bfa68d94f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ use Doctrine\ORM\Cache\CacheKey;
|
|||
* @since 2.5
|
||||
* @author Asmir Mustafic
|
||||
*/
|
||||
interface MultiGetRegion extends Region
|
||||
interface MultiGetRegion
|
||||
{
|
||||
/**
|
||||
* Get all items from the cache indentifed by $keys.
|
||||
|
|
Loading…
Add table
Reference in a new issue