# Settings specified here will take precedence over those in config/environment.rb
#
#Enable memcache
-#require('memcache')
-#Cache=MemCache.new('localhost', :compression => true)
+require('memcache')
+Cache=MemCache.new('localhost', :compression => true)
+
# The production environment is meant for finished, "live" apps.
# Code is not reloaded between requests
config.cache_classes = true