Subject | English | Czech |
comp., MS | application library caching | ukládání aplikačních knihoven do mezipaměti (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 | ukládání bytecode do mezipaměti (A technique for preprocessing JavaScript files so they can be loaded faster) |
comp., MS | caching-only server | server vyrovnávací paměti (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 resolver | mezipaměť přeložených adres (A program that extracts information from DNS servers in response to client requests) |
comp., MS | manual caching | ruční ukládání do paměti (A method of manually designating network files and folders so they are stored on a user's hard disk and accessible when the user is not connected to the network) |
comp., MS | peer-caching | ukládání do sdílené mezipaměti (The process of temporarily storing recently accessed information in a special memory subsystem shared by two or more peer systems) |
comp., MS | proactive caching | proaktivní ukládání do mezipaměti (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 | transparentní ukládání do mezipaměti (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 | ukládání do mezipaměti s přímým zápisem (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) |