views:

150

answers:

1

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

URL: http://github.com/seebq/geokit-gem

A: 

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?

Trevoke
Geokit::Geocoders::query_cache = trueGeokit::Geocoders::query_cache_max_age = 86400 # 1 day in secondsthis is not working for me... so I'm searching for an answer...
xpepermint