bug in memcached clear function
authorPhilipp Holzer <admin@philipp.info>
Sat, 7 Jul 2018 16:43:55 +0000 (18:43 +0200)
committerPhilipp Holzer <admin@philipp.info>
Sat, 7 Jul 2018 16:43:55 +0000 (18:43 +0200)
src/Core/Cache/MemcachedCacheDriver.php

index 819cf71..dda6411 100644 (file)
@@ -77,7 +77,7 @@ class MemcachedCacheDriver extends AbstractCacheDriver implements IMemoryCacheDr
 
        public function clear()
        {
-               return true;
+               return $this->memcached->flush();
        }
 
        /**