How would you cache GeoKit requests?
This does not work for me...
Geokit::Geocoders::query_cache = true
Geokit::Geocoders::query_cache_max_age = 86400 # 1 day in seconds
How would you cache GeoKit requests?
This does not work for me...
Geokit::Geocoders::query_cache = true
Geokit::Geocoders::query_cache_max_age = 86400 # 1 day in seconds
I'm not sure I understand the question, so I'll just throw an answer out there:
Do you mean something like storing a hash of location/coordinates in memory, or in the database, for instance?