class Restforce::Middleware::Caching
def custom_status_codes
def custom_status_codes @custom_status_codes ||= begin codes = CACHEABLE_STATUS_CODES & Array(@options[:status_codes]).map(&:to_i) codes.any? ? codes : CACHEABLE_STATUS_CODES end end
def custom_status_codes @custom_status_codes ||= begin codes = CACHEABLE_STATUS_CODES & Array(@options[:status_codes]).map(&:to_i) codes.any? ? codes : CACHEABLE_STATUS_CODES end end