Cache elimination method and system
Patent Information
- Authority / Receiving Office
- CN ยท China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- SHANGHAI BILIBILI TECH CO LTD
- Publication Date
- 2021-08-17
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present application relates to the technical field of data processing, and in particular, to a cache elimination method, system, electronic device, and computer-readable storage medium. Background technique
[0002] The cache elimination algorithm is an elimination algorithm to make full use of cached data. In order to maximize the page hit rate, most operating systems widely use the LRU (Least Recently Used, least recently used) elimination algorithm. The LRU elimination algorithm maintains a queue. The Insert (insert) operation will put the data at the head of the queue, and the elimination will start from the tail of the queue, and the Key (the unique ID number of the data resource) obtained by the Lookup (query) operation will also be updated. , transfer the Key to the head of the queue. The K in the LRU-K elimination algorithm represents the threshold of the number of recent uses, which is an elimination algorithm that only enters the LRU qu...