# File lib/camping-abingo.rb, line 550
        def self.create
                #Abingo.cache = ActiveSupport::Cache.lookup_store(:file_store, File.dirname(__FILE__) + "/cache")
                Abingo.cache = ActiveSupport::Cache.lookup_store(:memory_store)
        end