Subject | English | Vietnamese |
comp., MS | cache hit | tồn tại trong bộ đệm ẩn (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 | khoảng thời gian cache (The length of time that a stored copy of the views that are shown in a dashboard can exist on the server) |
comp., MS | disk cache | bộ đệm đĩa (A portion of a computer's random access memory (RAM) set aside for temporarily holding information read from disk. A disk cache does not hold entire files, as does a RAM disk (a portion of memory that acts as if it were a disk drive). Instead, a disk cache is used to hold information that either has recently been requested from disk or has previously been written to disk. If the required information remains in a disk cache, access time is considerably faster than if the program must wait for the disk drive mechanism to fetch the information from disk) |
comp., MS | forms cache | vùng đệm biểu mẫu (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 | bộ đệm ẩn hợp ngữ chung (A computer-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer) |
comp., MS | object cache GC count | số GC từ đệm ẩn đối tượng (The total number of objects from the object cache that have been removed from memory by the garbage collector) |
comp., MS | object cache live count | số đối tượng hoạt động trong đệm ẩn đối tượng (The total number of objects that are currently active in the object cache. These objects can quickly be retrieved from the cache) |
comp., MS | page output cache | bộ đệm xuất trang (A special storage location of templatized pages for performance enhancement) |