class Falcon::Command::Serve

def cache?

@returns [Boolean]
Whether to enable the application HTTP cache.
def cache?
	@options[:cache]
end