Subject | English | Bosnian |
comp., MS | disk cache | keš diska (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 | keš formulara (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 | globalni keš sklopa (A computer-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer) |
comp., MS | object cache | keš objekta (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 | GC brojač keša objekata (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 | brojač keša objekata uživo (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 dokument skladište (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 | keš izlaznog sadržaja stranice (A special storage location of templatized pages for performance enhancement) |
comp., MS | Web Part cache | Keš web dijela (A hash table of key/value pairs that is used to cache and locate internal information for Web Parts) |