Route Me:缓存图块有限制吗?

发布于 2024-11-30 13:58:58 字数 1039 浏览 2 评论 0原文

我正在为我的地图应用程序使用路线我框架。 我非常想缓存比默认缓存更多的图块。 所以我像这样更改了 routeme.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
    <dict>
        <key>capacity</key>
        <integer>16</integer>
        <key>type</key>
        <string>db-cache</string>
    </dict>
    <dict>
        <key>capacity</key>
        <integer>100000</integer>
        <key>minimalPurge</key>
        <integer>5000</integer>
        <key>strategy</key>
        <string>LRU</string>
        <key>type</key>
        <string>memory-cache</string>
        <key>useCachesDirectory</key>
        <true/>
    </dict>
</array>
</plist>

但是我更改哪些值并不重要,该应用程序总是重新加载我之前已经见过的图块。缓存有限制吗?

I am using the route me frame work for my map application.
I badly want to cache more tiles than its caching by default.
So i changed the routeme.plist like this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
    <dict>
        <key>capacity</key>
        <integer>16</integer>
        <key>type</key>
        <string>db-cache</string>
    </dict>
    <dict>
        <key>capacity</key>
        <integer>100000</integer>
        <key>minimalPurge</key>
        <integer>5000</integer>
        <key>strategy</key>
        <string>LRU</string>
        <key>type</key>
        <string>memory-cache</string>
        <key>useCachesDirectory</key>
        <true/>
    </dict>
</array>
</plist>

But it doesn't matter which values i change, the app always reloads tiles which i have already seen before. Is there a limit for caching?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文