Add language in cache as well.

This commit is contained in:
James Cole
2016-04-09 09:27:04 +02:00
parent 6e4991a34b
commit 0715b7406e
3 changed files with 12 additions and 9 deletions

View File

@@ -41,7 +41,8 @@ interface HelpInterface
/**
* @param string $route
* @param string $language
* @param array $content
*/
public function putInCache(string $route, array $content);
public function putInCache(string $route, string $language, array $content);
}