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.
高速缓存的设置会写入到高速缓存目录,所以您可以让不同的用户和组在不同的位置拥有不同大小的高速缓存。
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通过从主存储器中读数据来更新它的高速缓存。
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.
通过把该数据结构的两个元素分离到两条不同的高速缓存线路,一条高速缓存线路的修改就不会导致再次从存储器读入另外一条高速缓存线路。
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.
使用这个命令,您可以将缓存的内容转储到文件中、显示缓存使用情况的统计信息、刷新缓存表,以及更改该守护进程的日志级别。
The site analyzed the two main types of web cache: component cache and page cache.
该网站上分析了两种类型的网页缓存:组件缓存和页面缓存。
We will create four caches: context cache, endpoint selection cache, interface endpoints cache, and subscription cache.
我们将创建四个缓存:上下文缓存、端点选择缓存、接口端点缓存和订阅缓存。
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.
在缓存清单中列出的文件存储在应用程序缓存中,类似浏览器的标准磁盘缓存但是更为健壮。
Cache location: the cache is associated with the cache mediation that resides in the messaging middleware.
缓存位置:缓存与驻留在消息传递中间件中的缓存中介关联。
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.
如果数据源数据很少变化或需要清理自动调度的缓存清理之间的缓存,那么手动清理缓存可能就是必须的。
The cache request mediation generates a cache key based on the request message, and searches for a response in the cache.
缓存请求中介基于请求消息生成缓存键,并在缓存中搜索响应。
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.
它指定容器每隔多长时间尝试将不使用的项从缓存中删除以将总项数减少到缓存大小。
It provides convenient mechanisms for storing data in the cache, getting data from the cache, removing data from the cache, and much more.
它提供了在缓存器中存储数据、从缓存器中删除数据等方便机制。
Cache entries can describe items to be cached, items which will invalidate other cache entries, and dependencies between cache entries.
高速缓存条目用来描述被缓存的项目,这些项会使其他的一些高速缓存条目无效,也可能使高速缓存条目之间互相依赖。
The fragment cache supports two primary types of cache instances: object cache instances and servlet cache instances.
片段缓存支持两种主要的缓存实例:对象缓存实例和Servlet缓存实例。
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片段。
Hibernate doesn't explicitly call any cache lock function although cache transactions internally rely on cache locks.
尽管缓存事务内部依赖于缓存锁,但Hibernate不会显式调用任何的缓存锁函数。
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.
在理想情况下,应当有另一个层封装对缓存的访问,比如说缓存服务,它将为Portlet和Servlet隐藏访问缓存的详细信息。
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高速缓存实例的简单缓存统计信息、缓存条目和缓存策略信息。
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
这个信息让您知道缓存有多少数据,它们会进入哪个区域,包括缓存丢失、缓存提示和缓存更新。
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:一个有效缓存条目出现在缓存中的次数与为一个缓存条目调查缓存的次数的百分比。
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.
如果需要彻底清理整个缓存,您可以在一个指定缓存清理操作中调用函数Cache:clear,或者您也可以创建一个控制器来实现这一目的。
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提供的分布式缓存实现之一。
But we do have control on all kinds of cache, Data-distribution cache, Dictionary cache, SPL routine cache, and SQL statement cache.
但是,我们控制所有类型的缓存器,数据分布缓存器、字典缓存器、SPL例程缓存器和sql语句缓存器。
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缓存不同,更新的数据并不会立即传到数据库。
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。
The command cache is a container-managed cache; EPPS is a bean-managed cache.
命令行缓存是容器管理的缓存;epps是bean管理的缓存。
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缓存大小时应该将这些缓存大小考虑在内。
If the page output cache duration is longer than the user control output cache duration, the page output cache duration takes precedence.
如果页的输出缓存持续时间长于用户控件的输出缓存持续时间,则页的输出缓存持续时间优先。
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能够在内存运行效率较低的情况下强制缓存清除——从缓存自动删除未使用过的项目。
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。
应用推荐