ViewAction functional merged to Action, Model::inset now returns last insert id if returned or affected rows count, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@125 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
2
cache/MemcacheCache.php
vendored
2
cache/MemcacheCache.php
vendored
@ -82,7 +82,7 @@ class MemcacheCache extends Cache
|
||||
*/
|
||||
public function del($key)
|
||||
{
|
||||
return $this->connection->delete($this->getKey($key));
|
||||
return $this->connection->delete($this->getKey($key), 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user