This commit is contained in:
Nicolas Le Goff
2012-05-03 21:32:40 +02:00
parent e32811ecb2
commit b7eb53c320
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class MemcacheCache extends DoctrineMemcache implements Cache
*/ */
public function getName() public function getName()
{ {
return 'memecache'; return 'memcache';
} }
/** /**