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