Subject | English | Chinese Taiwan |
comp., MS | cache aging | 快取老化 (The mechanism of caching that determines when a cache row is outdated and must be refreshed) |
comp., MS | cache-aside programming pattern | 另行快取程式設計模式 (A programming pattern in which if the data is not present in the cache, the application, not the distributed cache system, must reload data into the cache from the original data source) |
comp., MS | cache client | 快取用戶端 (A .NET application that uses the Windows Server AppFabric client APIs to communicate with and store data to a Windows Server AppFabric distributed cache system) |
comp., MS | cache cluster | 快取叢集 (The instantiation of the distributed cache service, made up of one or more instances of the cache host service working together to store and distribute data. Data is stored in memory to minimize response times for data requests. This clustering technology differs from Windows Clustering) |
comp., MS | cache-coherent NUMA | NUMA 快取一致性 (A NUMA architecture that provides cache coherency across nodes) |
comp., MS | cache-enabled application | 可進行快取的應用程式 (An application that uses the Windows Server AppFabric cache client to store data in cache on the cache cluster) |
comp., MS | cache file | 快取檔案 (A file used by DNS servers and clients to store responses to DNS queries. For Windows DNS servers, the cache file is named Cache.dns by default) |
comp., MS | cache hierarchy | 快取階層 (A network of cache proxies that have sibling and parent relationships) |
comp., MS | cache hit | 快取命中 (The condition that exists when a client requests content and the cache server determines that the content is both stored in the cache and up to date. When there is a cache hit, the content is streamed from the cache to the client) |
comp., MS | cache interval | 快取間隔 (The length of time that a stored copy of the views that are shown in a dashboard can exist on the server) |
comp., MS | cache invalidation | 快取無效判定 (The process of flagging an object in the cache so that it will no longer be used by any cache clients. This occurs when an object remains in cache longer than the cache time-out value (when it expires)) |
comp., MS | cache item | 快取項目 (An object that is stored in the cache and additional information associated with that object, such as tags and version. It can be extracted from the cache cluster using the GetCacheItem client API) |
comp., MS | cache notification | 快取通知 (An asynchronous notification that can be triggered by a variety of cache operations on the cache cluster. Cache notifications can be used to invoke application methods or automatically invalidate locally cached objects) |
comp., MS | cache operation | 快取作業 (An event that occurs on regions or cached items that can trigger a cache notification) |
comp., MS | cache plug-in | 快取區外掛程式 (A type of plug-in that enables a Windows Media server to provide cache and proxy support for another Windows Media server) |
comp., MS | cache port | 快取連接埠 (A TCP/IP port used by cache hosts to transmit data to and from the cache clients. The port number used for the cache port can be different on each cache host. These settings are maintained in the cluster configuration settings) |
comp., MS | cache proxy | 快取 Proxy (A proxy that is capable of caching responses so that when there is a cache hit, the proxy can serve the requested content without forwarding the request to the destination server) |
comp., MS | cache/proxy server | 快取 / Proxy 伺服器 (A server running Windows Media Services for which a cache/proxy plug-in has been enabled, allowing the server to provide cache and proxy support to another Windows Media server) |
comp., MS | cache region | 快取區域 (A container of data, within a cache, that co-locates all cached objects on a single cache host. Cache Regions enable the ability to search all cached objects in the region by using descriptive strings, called tags) |
comp., MS | cache server | 快取伺服器 (A server that stores previously requested Web content. When the same content is requested later, the server either sends the cached content or acquires newer content, depending on the freshness of the cached content that is defined by cache directives. A cache server is frequently used to reduce the network traffic and the response time by serving the cached content, when appropriate) |
comp., MS | cache tag | 快取標籤 (One or more optional string-based identifiers that can be associated with each cached object stored in a region. Regions allow you to retrieve cached objects based on one or more tags) |
comp., MS | edge cache server | 邊緣快取伺服器 (A disk-based cache/proxy server that is at the network edge. In a multi-tiered cache hierarchy, requests for cacheable content use intelligent DNS routing to route the first content received to the edge cache nodes) |
comp., MS | Font Cache Service | 字型快取服務 (A Win32 service process that optimizes performance of applications by caching commonly used font data. Applications will start this service if it is not already running. It can be disabled, though doing so will degrade application performance) |
comp., MS | Metadata Cache Manager | 中繼資料快取管理員 (An administrative tool included in Duet Settings Manager. This tool can be used to manage the metadata cache maintained on the Duet client computer) |
comp., MS | Microsoft Update Cache Rule | Microsoft Update 快取規則 (A built-in cache rule used to download Microsoft updates using Background Intelligent Transfer Service (BITS)) |
comp., MS | parent cache server | 父快取伺服器 (In a multi-tiered cache hierarchy, a disk-based cache proxy/server that sits between the edge cache node and the origin server) |
comp., MS | PowerShell-based cache administration tool | PowerShell 快取管理工具 (The exclusive management tool for Windows Server AppFabric. With more than 130 standard command-line tools, this new administration-focused scripting language helps you achieve more control and productivity) |
comp., MS | Windows Font Cache Service | Windows 字型快取服務 (A Win32 service process that optimizes performance of applications by caching commonly used font data. Applications will start this service if it is not already running. It can be disabled, though doing so will degrade application performance) |