Skip to content

Instantly share code, notes, and snippets.

View VonLuc's full-sized avatar
🎯

Cyber Craft VonLuc

🎯
View GitHub Profile
@VonLuc
VonLuc / LRUCache.java
Created August 2, 2020 02:37
redis-LRU
package pieces;
import java.util.LinkedHashMap;
import java.util.Map;
/**
* @description:
* redis内存淘汰机制:
* 场景MACRO:当写入期间内存不足时
*