module Geocoder

def cache


The working Cache object, or +nil+ if none configured.
#
def cache
  warn "WARNING: Calling Geocoder.cache is DEPRECATED. The #cache method now belongs to the Geocoder::Lookup object."
  Geocoder::Lookup.get(Geocoder.config.lookup).cache
end