Issue 1549 Adding truncate cache on Memcache lib.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10215 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2012-02-27 07:44:04 +00:00
parent e59df585fa
commit 88823b908c

View file

@ -88,8 +88,7 @@ class CacheMemcache extends CacheBase {
}
function truncate() {
// not supported on memcached
return false;
return $this->Memcache->flush();
}
}