Subject | English | Persian (Farsi) |
comp., MS | disk cache | حافظۀ نهان دیسک (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 | حافظه نهان فورمه ها (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 | نهانگاه جمع کردن همگانی (A computer-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer) |
comp., MS | object cache | نهانگاه شیی (A cache that is used internally to optimize page rendering by storing properties of sites, page layouts, and pages. It reduces the amount of traffic between the Web server and a SQL database. This results in higher throughput of rendered pages, thereby increasing the number of pages that can be delivered to clients) |
comp., MS | object cache GC count | تعداد اشیاء حذف شده از حافظه (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 | تعداد اشیاء فعال در حافظه (The total number of objects that are currently active in the object cache. These objects can quickly be retrieved from the cache) |
comp., MS | Office Document Cache | ذخیرۀ مؤقتی مدرک 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 | page output cache | ذخیرۀ مؤقتی برای تولید صفحه (A special storage location of templatized pages for performance enhancement) |
comp., MS | Web Part cache | حافظۀ نهان بخش ویب (A hash table of key/value pairs that is used to cache and locate internal information for Web Parts) |