Remove SearchEngineInterface::clearAllCache, keep last hour phrasea cache

This commit is contained in:
Romain Neutron
2014-02-05 12:31:42 +01:00
parent beceb9350b
commit 7406aa8fc2
3 changed files with 1 additions and 18 deletions

View File

@@ -1071,13 +1071,4 @@ class SphinxSearchEngine implements SearchEngineInterface
{
return $this;
}
/**
* @inheritdoc
*/
public function clearAllCache(\DateTime $date = null)
{
return $this;
}
}