# File lib/gh/cache.rb, line 33
    def setup(*)
      #self.cache ||= Rails.cache if defined? Rails.cache and defined? RAILS_CACHE
      #self.cache ||= ActiveSupport::Cache.lookup_store if defined? ActiveSupport::Cache.lookup_store
      self.cache ||= SimpleCache.new
      super
    end