ICRA: index based cache replacement algorithm for cloud storage

Meteorological dataset is usually big and has a clear field. Due to its text form, each read and display will take up more system resources. In addition, the loading speed of the webpage also affects the user's online experience. According to these problems, we proposed a cache replacement algorithm combined with indexing algorithm called index cache replacement algorithm. The main innovation of this paper is that the index is created while reading the document and the page data at the first time and analyse, sort, and cache the indexing data at the same time. When users browse the same page, we can directly index file to query and return the corresponding data. Thus, it enhances the effectiveness of cached data and cache query and improves the query file and byte hit rate which finally improve the performance of the network.