Method: Geocoder::Result::Base#cache_hit
- Defined in:
- lib/geocoder/results/base.rb
#cache_hit ⇒ Object
true if result came from cache, false if from request to geocoding service; nil if cache is not configured
10 11 12 |
# File 'lib/geocoder/results/base.rb', line 10 def cache_hit @cache_hit end |