Default implementations based on get and set.
11 12 13
# File 'lib/memcache/base.rb', line 11 def gets(keys) get(keys, true) end