• The Settings for the cache are written to the cache directory, so you can have different cache sizes in different locations for different users and groups.

    高速缓存设置写入高速缓存目录所以可以不同用户不同的位置拥有不同大小的高速缓存。

    youdao

  • If the data or instruction is not present in the cache, or if the cache line is invalidated, the CPU updates its cache by reading the data from the main memory.

    如果数据指令没有出现高速缓存中,或者如果高速缓存线路无效的时候,CPU通过存储器中数据来更新的高速缓存。

    youdao

  • By separating the two elements of the structure into two different cache lines, modification of one cache line does not cause another cache line to be read in again from the memory.

    通过数据结构元素分离两条不同的高速缓存线路条高速缓存线路的修改不会导致再次存储器读入另外一条高速缓存线路。

    youdao

  • With this command, you can dump the cache contents to a file, display statistics of cache usage, flush the cache table, and change the logging level of the daemon.

    使用这个命令可以缓存内容转储文件中显示缓存使用情况统计信息刷新缓存以及更改守护进程的日志级别

    youdao

  • The site analyzed the two main types of web cache: component cache and page cache.

    网站上分析类型网页缓存组件缓存页面缓存。

    youdao

  • We will create four caches: context cache, endpoint selection cache, interface endpoints cache, and subscription cache.

    我们创建四个缓存上下文缓存端点选择缓存、接口端点缓存订阅缓存。

    youdao

  • The files listed in the cache manifest get stored in the application cache, which is like the browser's standard disk cache but much more robust.

    缓存清单中列出文件存储应用程序缓存中,类似浏览器标准磁盘缓存但是更为健壮

    youdao

  • Cache location: the cache is associated with the cache mediation that resides in the messaging middleware.

    缓存位置:缓存与驻留消息传递中间件中的缓存中介关联

    youdao

  • It may be necessary to clear the cache manually if the data source data changes infrequently or if it is required to clear the cache in between automatically scheduled cache clearing.

    如果数据源数据很少变化需要清理自动调度缓存清理之间的缓存,那么手动清理缓存可能就是必须的。

    youdao

  • The cache request mediation generates a cache key based on the request message, and searches for a response in the cache.

    缓存请求中介基于请求消息生成缓存缓存中搜索响应

    youdao

  • It specifies the interval at which the container attempts to remove unused items from the cache in order to reduce the total number of items in the cache to the value of the cache size.

    指定容器隔多长时间尝试将不使用的缓存删除减少到缓存大小。

    youdao

  • It provides convenient mechanisms for storing data in the cache, getting data from the cache, removing data from the cache, and much more.

    提供了缓存器中存储数据缓存器中删除数据等方便机制

    youdao

  • Cache entries can describe items to be cached, items which will invalidate other cache entries, and dependencies between cache entries.

    高速缓存条目用来描述缓存项目,这些使其他的一些高速缓存条目无效,也可能使高速缓存条目之间互相依赖

    youdao

  • The fragment cache supports two primary types of cache instances: object cache instances and servlet cache instances.

    片段缓存支持两种主要缓存实例对象缓存实例Servlet缓存实例。

    youdao

  • Because you accessed the portlet within 130 seconds, the system still had a valid cache entry (" cache hit "), and so it serves the portlet fragment out of the cache.

    由于在130秒内访问Portlet系统仍然具有有效缓存条目(“缓存命中率”),因此系统将缓存提供Portlet片段

    youdao

  • Hibernate doesn't explicitly call any cache lock function although cache transactions internally rely on cache locks.

    尽管缓存事务内部依赖于缓存锁,但Hibernate不会式调用任何的缓存函数

    youdao

  • Ideally, the access to the cache would be encapsulated by another layer, say the cache service, which would hide the details of accessing the cache for both the portlet and the servlet.

    在理想情况下应当另一个封装缓存访问比如说缓存服务PortletServlet隐藏访问缓存详细信息

    youdao

  • The dynamic cache monitor is an installable Web application that displays simple cache statistics, cache entries, and cache policy information for servlet cache instances.

    动态高速缓存监控器一个可安装Web应用程序,用于显示servlet高速缓存实例的简单缓存统计信息、缓存条目缓存策略信息

    youdao

  • This information can let you know how much cached data is going into which region, including cache misses, cache hits, and cache updates. The example in Listing 13 shows how to gather this information

    这个信息知道缓存多少数据,它们进入哪个区域包括缓存丢失、缓存提示缓存更新

    youdao

  • Domino.Cache.Command.HitRate: the percentage-ratio of the number of times a valid cache entry is found in the cache to the number of times the cache was investigated for a cache entry.

    HitRate有效缓存条目出现缓存中的次数一个缓存条目调查缓存次数的百分比。

    youdao

  • If you want to blow the whole cache clean, you can call the function cache: : clear either in a specific cache clearing action, or you could create a controller explicitly for that purpose.

    如果需要彻底清理整个缓存可以指定缓存清理操作调用函数Cacheclear或者可以创建一个控制器实现这一目的

    youdao

  • If a distributed cache is desired, we recommend using one of the WebSphere-provided distributed cache implementations. These can be used as a second level cache with hibernate.

    如果需要分布式缓存我们建议使用WebSphere提供分布式缓存实现之一

    youdao

  • But we do have control on all kinds of cache, Data-distribution cache, Dictionary cache, SPL routine cache, and SQL statement cache.

    但是我们控制所有类型缓存器,数据分布缓存器、字典缓存器、SPL例程缓存器sql语句缓存器。

    youdao

  • In a write-behind cache, data reads and updates are all serviced by the cache, but unlike a write-through cache, updates are not immediately propagated to the data store.

    write - behind缓存中,数据读取更新通过缓存进行,与write -through缓存不同,更新数据并不立即传到数据库。

    youdao

  • To help minimize mutex allocation and locking time, the JVM manages a global lock cache and a per-thread lock cache where each cache contains unallocated pthread_mutexes.

    为了帮助实现互斥锁分配锁定时间最小化JVM管理全局缓存和一个单线程锁缓存,其中每个缓存包含了未分配的 pthread_mutex。

    youdao

  • The command cache is a container-managed cache; EPPS is a bean-managed cache.

    命令缓存容器管理的缓存;eppsbean管理的缓存。

    youdao

  • If you encounter an application where there has been tuning of the WebLogic cache sizes on a class-by-class basis, you should consider those cache sizes in tuning the WebSphere EJB cache size.

    如果遇到根据逐类原则调整WebLogic缓存大小应用程序,则调整WebSphere EJB缓存大小时应该这些缓存大小考虑在内。

    youdao

  • If the page output cache duration is longer than the user control output cache duration, the page output cache duration takes precedence.

    如果输出缓存持续时间长于用户控件的输出缓存持续时间,则页的输出缓存持续时间优先

    youdao

  • The first is that the Cache implements a least-recently-used algorithm, allowing ASP.NET to force a Cache purge—automatically removing unused items from the Cache—if memory is running low.

    首先缓存会实现最近最少使用的算法使得 ASP.NET能够内存运行效率较低的情况下强制缓存清除——缓存自动删除未使用过项目

    youdao

  • Out of the box, varnishd does not cache a response with a cookie, nor does it honor the Cache-Control directives private and no-cache.

    默认情况下,varnishd缓存带有cookie响应也不遵守cache - Control指令private和no - cache

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定