# File lib/memcache/local_server.rb, line 19 def flush_all(delay = 0) raise 'flush_all not supported with delay' if delay != 0 @data.clear @expiry.clear end