module Restforce::Concerns::Caching

def cache

Internal: Cache to use for the caching middleware
def cache
  options[:cache]
end