Subject | English | Spanish |
comp., MS | Active Cache | Caché activa (A client-side cache and caching service that enables Project Pro to interact directly with the local cache on the machine rather than with the server, for opens and saves, and then handles moving any changes to the project plan between the client and Project Server) |
gen. | arms cache | escondite para armas |
comp., MS | ARP cache | caché ARP (A table of Internet Protocol version 4 (IPv4) addresses and their corresponding media access control (MAC) address. There is a separate ARP cache for each interface) |
comp., MS | assembly cache | caché de ensamblados (A machine-wide code cache used for side-by-side storage of assemblies. There are two parts to the cache: the global assembly cache contains assemblies that are explicitly installed to be shared among many applications on the computer; the download cache stores code downloaded from Internet or intranet sites, isolated to the application that triggered the download so that code downloaded on behalf of one application/page does not impact other applications) |
comp., MS | bytecode caching | almacenamiento en caché de código de bytes (A technique for preprocessing JavaScript files so they can be loaded faster) |
IT, earth.sc. | cache-address tag | etiqueta de dirección de memoria cache |
comp., MS | cache aging | caducidad de la caché (The mechanism of caching that determines when a cache row is outdated and must be refreshed) |
comp., MS | cache-aside programming pattern | modelo de programación cache-aside (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) |
IT | cache block | línea caché |
IT | cache block | bloque caché |
comp., MS | cache client | cliente de caché (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 | clúster de caché (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 con coherencia de caché (A NUMA architecture that provides cache coherency across nodes) |
IT | cache conflict | conflicto de memoria caché |
IT, earth.sc. | cache memory controller | unidad de control de memoria cache |
IT | cache controller, memory management and tag unit | unidad de control, de gestión de memoria y de etiquetas cache |
comp., MS | cache-enabled application | aplicación que admite el almacenamiento en caché (An application that uses the Windows Server AppFabric cache client to store data in cache on the cache cluster) |
comp., MS | cache file | archivo caché (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 | jerarquía de caché (A network of cache proxies that have sibling and parent relationships) |
IT | cache hit | acierto de memoria caché |
comp., MS | cache interval | intervalo de caché (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 | invalidación de caché (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 | elemento en caché (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) |
IT | cache line | línea caché |
IT | cache line | bloque caché |
IT, tech. | cache memory | memoria intermedia de alta velocidad |
IT | cache memory | memoria asociada |
IT | cache memory | antememoria |
IT | cache memory | memoria caché |
IT | cache memory | memoria cache |
IT, tech. | cache memory | memoria de almacenamiento temporal de alta velocidad |
IT | cache memory controller | control de memoria cache |
IT | cache memory manager | circuito de gestión de memoria cache |
IT | cache miss | fallo de la memoria caché |
comp., MS | cache notification | notificación de caché (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 | operación de caché (An event that occurs on regions or cached items that can trigger a cache notification) |
comp., MS | cache port | puerto de caché (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 de caché (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 | servidor de proxy-caché (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 | región de caché (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) |
industr., construct. | cache-sexe | braga |
IT, tech. | cache storage | memoria intermedia de alta velocidad |
IT | cache storage | memoria cache |
IT | cache storage | memoria de almacenamiento temporal de alta velocidad |
IT | cache storage | antememoria |
IT | cache storage | memoria asociada |
IT, tech. | cache store | memoria intermedia de alta velocidad |
IT, tech. | cache store | memoria de almacenamiento temporal de alta velocidad |
comp., MS | cache tag | etiqueta de caché (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 | caching resolver | resolución de caché (A program that extracts information from DNS servers in response to client requests) |
IT, el. | data cache memory | memoria cache de datos |
IT | DNS cache poisoning | envenenamiento de caché DNS |
comp., MS | download cache | caché de descarga (A cache that is part of the assembly cache and stores code downloaded from Internet or intranet sites, isolated to the application that caused the download so that code downloaded on behalf of one application or page does not impact other applications) |
comp., MS | edge cache server | servidor de caché perimetral (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) |
IT | external cache memory | banco de datos externo |
comp., MS | file cache | caché de archivos (File-based storage that is created on the client computer when the client components are installed) |
agric., mech.eng. | fire-tool cache | retén de material de incendios |
comp., MS | Font Cache Service | Servicio de caché de fuentes (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 | forms cache | caché de formularios (A location on a computer's hard drive to store a local copy of a form to improve performance when opening a form subsequent times) |
comp., MS | global assembly cache | caché global de ensamblados (A computer-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer) |
comp., MS | hosted cache | caché hospedada (A server or WAN appliance in a branch office which aggregates all data cached by peers to ensure higher availability) |
IT, el. | instruction cache memory | memoria cache de instrucciones |
comp., MS | local cache | caché local (A feature that enables deserialized copies of cached objects to be saved in the memory of the same process that runs the cache-enabled application) |
comp., MS | metadata cache | caché de metadatos (A file-based cache maintained on the client computer for the purpose of storing metadata for the end-user applications) |
comp., MS | Metadata Cache Manager | Administrador de caché de metadatos (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 Office Document Cache | Caché de documentos de Microsoft Office (A client-side cache for documents that are stored on Web servers. Documents are seamlessly replicated from this local cache, and uploaded to servers as required, enabling faster and more robust file access) |
comp., MS | Microsoft Update Cache Rule | regla de caché para Microsoft Update (A built-in cache rule used to download Microsoft updates using Background Intelligent Transfer Service (BITS)) |
comp., MS | named cache | caché con nombre (A configurable unit of in-memory storage that has policies associated with it and that is available across all cache hosts in a cache cluster) |
comp., MS | Office Document Cache | Caché de documentos de Office (A client-side cache for documents that are stored on Web servers. Documents are seamlessly replicated from this local cache, and uploaded to servers as required, enabling faster and more robust file access) |
IT | onboard cache | memoria caché integrada |
IT | onboard cache | memoria caché incorporada |
IT | onboard cache memory | memoria caché integrada |
IT | onboard cache memory | memoria caché incorporada |
comp., MS | page output cache | caché de resultados de página (A special storage location of templatized pages for performance enhancement) |
comp., MS | parent cache server | servidor de caché primario (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 | herramienta de administración de caché basada en 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 | property cache | caché de propiedades (For Indexing Service, a file that stores values for document properties) |
IT | proxy caching | sistema proxy intermedio |
IT | proxy caching | sistema de almacenamiento intermedio tipo proxy |
comp., MS | RAM cache | caché en RAM (Cache memory that is used by the system to store and retrieve data from the RAM. Frequently accessed segments of data may be stored in the cache for quicker access compared with secondary storage devices such as disks) |
comp., MS | random access memory cache | caché en RAM (Cache memory that is used by the system to store and retrieve data from the RAM. Frequently accessed segments of data may be stored in the cache for quicker access compared with secondary storage devices such as disks) |
comp., MS | reference data cache | caché de datos de referencia (A Microsoft SQL Server database created on the client computer for maintaining SAP data required by end-user applications during offline and online use) |
IT | S-cache-RAM | memoria cache estática de acceso aleatorio |
IT, earth.sc. | S-cache-RAM | memoria cache estática de lectura-escritura de acceso aleatorio |
IT | static cache memory | memoria estática cache |
IT, earth.sc. | static cache random-access memory | memoria cache estática de lectura-escritura de acceso aleatorio |
IT | static random-access cache memory | memoria cache estática de lectura-escritura de acceso aleatorio |
IT | static random-access cache memory | memoria cache estática de acceso aleatorio |
IT | SX Low power Cache | Cache SX de baja potencia |
comp., MS | UID cache | caché UID (A file for storing Unique Identifier alphanumeric values for e-mail users) |
comp., MS | Windows Font Cache Service | Servicio de caché de fuentes de 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) |