LRU (Least Recently Used) cache clean-up algorithm is a common strategy. According to the name, the latest used data should be useful.
確定! 回上一頁