module Falcon::Environment::Server

def cache

Whether to enable the HTTP cache for this server.
def cache
	false
end