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