本地缓存

  • 网络Local Cache;local caching
本地缓存本地缓存
  1. 提出了一种新的数据对象DataCursor,它将数据库的游标思想用于Java对象,并且通过提供本地缓存可以分批访问服务器端的数据。

    Data Cursor handle Java objects like cursor in database and access server-side data in batches by offering local cache .

  2. (为了应付这种情况,Notes客户机在本地缓存中存储一个集群服务器列表)。

    The Notes client stores a list of the cluster servers in a local cache for just such an event .

  3. 对于移动Web应用,我们可以有更好的方式,我们可以使用本地缓存。

    You can do better , and for a mobile Web application , you really must use local caching .

  4. CACHE下的页面和资源在本地缓存。

    The pages and resources under CACHE are cached locally .

  5. LotusConnections将在相应数据库中从本地缓存用户信息。

    Lotus Connections caches the user information locally in the respective database .

  6. 这些条目会缓存在您的本地缓存中,在随后调用OpenLog对话框时显示在PreviouslyOpened中。

    These entries will be cached in your local cache and show up in Previously Opened in subsequent invocations of the Open Log dialog .

  7. 这是移动Web应用程序常用的本地缓存策略,本系列第2部分(参见参考资料部分的链接)详细介绍过这种策略。

    This is a local caching strategy common to mobile Web applications , and is described in detail in Part 2 of this series ( see Resources for a link ) .

  8. 首先,应用程序运行于ServerOne,并通过调用DistributedMapAPI将ObjectA放入其本地缓存中。

    At first , applications are running on Server One and putting Object A into its local cache by calling the DistributedMap API .

  9. 如果工作流ID别名已经分配给了策略集合,请求可能会得到本地缓存的回绝。

    If the work stream ID alias is already allocated to a policy set , the request might achieve a local cache hit .

  10. NIM主机进行清理并删除本地缓存文件系统。

    The NIM master cleans up and removes the local cache file systems .

  11. 如果对于某个任务来说,CPU的本地缓存中没有任何数据,那么这个缓存就称为冷的。

    If no data for a task is located in the CPU 's local cache , then for this task , the cache is considered cold .

  12. 该机制根据服务消费者的消费历史,以服务质量QoS要求中的主要参数作为主关键字,进行分类排序,并利用本地缓存,加快了服务发现的速度。

    Based on the information of the used resources previously for services consumers , this mechanism utilizes the local caches to speed up the discovery of services .

  13. 如果用户当前的访问会话与Markov链匹配,该Markov的下一URL在TopN中,就把它取到本地缓存。

    If the session which user visited currently matched one of the Markov chains , the next URL of this Markov chains in TOP-N would be prefetched in local cache .

  14. 如果一个任务是在某个CPU上执行的,与这个任务有关的数据都会被放到这个CPU的本地缓存中,这就称为热的。

    If a task is executed on a CPU , and data associated with the task is brought into the CPU 's local cache , it 's considered hot .

  15. 除了能提高可用性,本地缓存还降低了费用,因为直接从S3传输的数据量减少了。

    In addition to improving availability , local caches reduce costs by reducing the amount of data transfer directly from S3 .

  16. 只要超过速率限制,Twitter就会返回一条400错误消息,因此您需要考虑在您这一端实现本地缓存。

    Any time you exceed the rate limit , Twitter returns a400 error message , so you need to think about implementing local caches on your side of things .

  17. 该方法在CRL有效期内按照小于有效日期时间间隔继续发布新的CRL,使得可靠方本地缓存中的CRL在不同时间内失效,降低所有可靠方在同一时间内一起查询CRL的几率。

    The method insists on distributing new CRLs within its validity period so that the client-side cache CRL revoked at different time .

  18. RRD会截取响应内容,并检查是否可以在将结果发送回客户端之前进行本地缓存响应。

    RRD intercepts the response contents and checks whether the response can be cached locally before sending the result back to the client .

  19. 现在,从NIM主机的本地缓存文件复制所有迁移数据,并通过rsh同步到客户机的替代rootvg。

    All the migrated data is now copied from the NIM master 's local cache file and synced to the client 's alternate rootvg via rsh .

  20. S3FS“自然、透明地在S3中”存储文件,还可以启用本地缓存以尽可能减少下载量。

    S3FS stores files " natively and transparently in S3 ," and you can enable local caching to minimize downloads .

  21. 借助TouchEngine,混合应用程序的开发人员可以很容易地编写软件,实现在异步更新云数据的同时在iPhone上本地缓存数据。

    Developers of hybrid applications can easily write software using TouchEngine that caches data locally on the iPhone while asynchronously updating data from the cloud .

  22. 尽管在您的应用程序中持有一个常用项目UID的本地缓存没有问题,但不要像类别路径一样将它们硬编码。

    While it 's safe to hold a local cache of commonly-used item UIDs in your application , do not hardcode them in the same way that category paths can be .

  23. ccache进行第一次检查,确定副本是否存在本地缓存中;如果不存在,就由distcc进行分布式编译。

    Ccache makes the first check to decide whether the copy in the local cache suffices ; otherwise , it hands the baton to distcc for distributed compilation .

  24. 映射项目之后,将其设置为表示本地缓存中项目的NoteID的十进制数。

    When an item is being mapped , then it is set to the decimal number representing the NoteID of the item in the local cache .

  25. Ari说Ehcache可以作为本地缓存,开发者可以使用其提升单结点或多结点应用的性能(在这种情况下,缓存中的数据不一致性是可以接受的)。

    Ari said that Ehcache can serve as a local cache that the developers can use to boost the performance of single node or multi-node applications where inconsistent data in the cache is acceptable .

  26. 使用rateLimitStatus()方法和一些自己定制的(home-rolled)缓存可以做一些更聪明的事情,以实现本地缓存效果。

    You can do something pretty clever with the rateLimitStatus () method and some home-rolled caching to achieve local caching effect .

  27. 最后,当我获得新的记录后,在回调函数中我们需要调用saveLocal函数来将它们保存到本地缓存中。

    Finally , on the callback , when you get the entries , you need to call saveLocal to save them to the local cache .

  28. GigaSpaces起初是作为一种商业分布式JavaSpaces实现,随后扩展增加了内存数据网格功能,如本地缓存、回收和查询支持。

    GigaSpaces started off as a commercial , clustered JavaSpaces implementation , then expanded to include in memory data grid capabilities such as local caching , eviction and query support .

  29. 本地缓存和代理服务器环境下的网络日志挖掘

    Web Usage Mining Under Local Caching and Proxy Server Environment

  30. 本地缓存也在在线数据库发生更改时更新。

    The local cache is also updated when the online database changes .