# File lib/merb-cache/stores/fundamental/memcached_store.rb, line 104
    def expire_time(conditions = {})
      if t = conditions[:expire_in]
        Time.now + t
      else
        0
      end
    end