Cache system and method
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- BEIJING TRANWISEWAY INFORMATION TECH
- Publication Date
- 2020-05-15
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present application relates to the field of data storage, in particular to a caching system and method. Background technique
[0002] Cache refers to the memory that can perform high-speed data exchange. It exchanges data with the CPU before the memory, so the speed is very fast. When the CPU wants to read a piece of data, it first searches from the CPU cache, reads it immediately and sends it to the CPU if it finds it; The data block where this data is located is transferred to the cache, so that the entire block of data can be read from the cache in the future without calling the memory. Such a reading mechanism makes the CPU read cache hit rate very high (most CPUs can reach about 90%), that is to say, 90% of the data that the CPU will read next time are in the CPU cache, and only about 10% need to be read. Read from memory. It greatly saves the time for the CPU to directly read the memory, and basically does not need to wait for the CPU to r...