# File lib/memcache/pg_server.rb, line 26 def flush_all(delay = nil) db.exec("TRUNCATE #{table}") end