# File lib/awsbase/right_awsbase.rb, line 270
    def caching?
      @params.key?(:cache) ? @params[:cache] : @@caching
    end