module Restforce::Concerns::Caching
def without_caching
block - A query/describe/etc.
Public: Runs the block with caching disabled.
def without_caching options[:use_cache] = false yield ensure options.delete(:use_cache) end
def without_caching options[:use_cache] = false yield ensure options.delete(:use_cache) end