# SimpleCache **Repository Path**: blf2/SimpleCache ## Basic Information - **Project Name**: SimpleCache - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-09-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 此项目纯粹是在重复造轮子,google的guava包中有ConcurrentLinkedHashMap,多线程安全的内存缓存,内部实现了LRU淘汰机制,有兴趣可以移步google的guava中查看。此项目不再进行更新。