bug in memcached clear function
This commit is contained in:
		
					parent
					
						
							
								f95c420801
							
						
					
				
			
			
				commit
				
					
						1dafaa69c5
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -77,7 +77,7 @@ class MemcachedCacheDriver extends AbstractCacheDriver implements IMemoryCacheDr
 | 
			
		|||
 | 
			
		||||
	public function clear()
 | 
			
		||||
	{
 | 
			
		||||
		return true;
 | 
			
		||||
		return $this->memcached->flush();
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue