Rails geokit 缓存

发布于 2024-08-19 20:15:32 字数 304 浏览 5 评论 0原文

如何缓存 GeoKit 请求?

这对我不起作用...

Geokit::Geocoders::query_cache         = true
Geokit::Geocoders::query_cache_max_age = 86400 # 1 day in seconds

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

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

左岸枫 2024-08-26 20:15:32

我不确定我是否理解这个问题,所以我只是抛出一个答案:

例如,您的意思是在内存中或数据库中存储位置/坐标的哈希值吗?

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?

寂寞笑我太脆弱 2024-08-26 20:15:32

确保 /tmp 可从您的服务器进程写入。

注意:/tmp 必须是可写的
使用查询缓存
功能。

通过 Seebq 的 geokit gem。确保您使用的是 Seebq 的 gem,因为它是 Andre 的 geokit gem 的一个分支,用于添加缓存支持。

Make sure /tmp is writable from your server process.

Note: /tmp must be writable in order
to use the query caching
functionality.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文