iis不同进程内存缓存共享
什么是高速缓存? (What is Cache Memory?)
Some kinds of memory are designed for long-term use to store information. All kinds of memory are important to running our computer smoothly in terms of both software and hardware. Cache Memory is a special very high-speed memory and it is volatile. It is used to speed up and synchronizing with high-speed CPU and Cache memory is costlier as compared to main memory or secondary memory but economical than CPU registers.
某些类型的内存被设计用于长期存储信息。 无论是软件还是硬件,各种内存对于顺利运行我们的计算机都很重要。 高速缓存是一种特殊的超高速存储器,易失性。 它用于加速和与高速CPU同步,与主存储器或辅助存储器相比,高速缓存的成本更高,但比CPU寄存器经济。
Cache memory is an extremely fast memory type so that it provides high-speed data access to a computer microprocessor.
高速缓冲存储器是一种非常快速的存储器类型,因此它可以提供对计算机微处理器的高速数据访问。
Cache splits into L1d (for data) and L1i (for instructions) and almost all current CPUs with caches have a split L1 cache.
高速缓存分为L1d(用于数据)和L1i(用于指令),并且几乎所有具有高速缓存的当前CPU都具有拆分的L1高速缓存。
It acts as a high-speed buffer between RAM and the CPU, it is close to the CPU that results in fast data transfer.
它充当RAM和CPU之间的高速缓冲区,它靠近CPU,可实现快速数据传输。
If the capacity of the cache is larger so that can store more data and faster it can operate. Conversely, chips with much lower capacity perform slower given they don't store as much data.
如果缓存的容量较大,则可以存储更多数据&#