Rails geokit 缓存
如何缓存 GeoKit 请求?
这对我不起作用...
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定我是否理解这个问题,所以我只是抛出一个答案:
例如,您的意思是在内存中或数据库中存储位置/坐标的哈希值吗?
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?
确保 /tmp 可从您的服务器进程写入。
通过 Seebq 的 geokit gem。确保您使用的是 Seebq 的 gem,因为它是 Andre 的 geokit gem 的一个分支,用于添加缓存支持。
Make sure /tmp is writable from your server process.
via Seebq's geokit gem. Make sure you are using Seebq's gem, because it is a fork of Andre's geokit gem to add cache support.