Subject | English | Italian |
comp., MS | application library caching | memorizzazione nella cache di librerie dell'applicazione (In Silverlight, a feature that enables applications to use external library assemblies retrieved from the server or from the local browser cache) |
comp., MS | bytecode caching | memorizzazione del bytecode nella cache (A technique for preprocessing JavaScript files so they can be loaded faster) |
comp., MS | cache-coherent NUMA | ccNUMA (A NUMA architecture that provides cache coherency across nodes) |
comp., MS | caching-only server | server di sola cache (A DNS sever that does not host any DNS zones but that performs name resolution and stores the results in its cache) |
comp., MS | caching service | servizio di caching (The category of services in Windows Azure that includes Content Delivery Network (CDN), InMem Cache, and Caching) |
IT | disk caching | cache del disco |
comp., MS | edge caching network | rete di cache perimetrale (A group of geographically dispersed cache servers that distributes and delivers contents faster by serving the contents from the cache servers that are closest to the users. An ECN routes the requests efficiently to reduce the network latency and to reduce the load on the origin servers) |
comp., MS | fragment caching | memorizzazione di frammenti (The process of storing only parts of a Web page. You accomplish this by caching the output of a user control, such as navigation bars, headers, and footers) |
comp., MS | peer-caching | peer caching (The process of temporarily storing recently accessed information in a special memory subsystem shared by two or more peer systems) |
comp., MS | proactive caching | caching attivo (A system that manages data obsolescence in a cube by which objects in MOLAP storage are automatically updated and processed in cache while queries are redirected to ROLAP storage) |
comp., MS | transparent caching | memorizzazione nella cache trasparente (A caching technique that optimizes bandwidth consumption on wide area network (WAN) links and provides near-local read response times for mobile users and branch office workers who are accessing network files and folders that are not explicitly made available offline) |
comp., MS | write-through caching | cache write-through (A caching optimization wherein data written to a slow store is kept in a cache for subsequent rereading. Unlike write-back caching, write-through caching immediately writes the data to the slow store and is therefore less optimal but more secure) |