PrimoCache 是一种辅助的软件缓存方案,它与系统内存配合,为磁盘提供数据缓存。 它通过将数据透明地存储到内存中来提高系统性能,以便可以更快地处理未来对该数据的请求。 PrimoCache 基于逻辑块(磁盘内的偏移量)缓存数据,而 Windows 缓存管理器基于虚拟块(文件内的偏移量)缓存数据。
(PrimoCache is a supplementary software caching scheme that cooperates with system memory to provide data caching for disks. It improves system performance by transparently storing data into memory such that future requests for that data can be served faster. PrimoCache caches data on a logical block basis (offsets within a disk) while windows cache manager caches on a virtual block basis (offsets within a file).)