# File lib/merb-cache/cache-store/memcache.rb, line 41 def cached?(key) not @memcache.get(key).nil? end