# 多级缓存脚手架 level-cache **Repository Path**: aa_yang/level-cache ## Basic Information - **Project Name**: 多级缓存脚手架 level-cache - **Description**: level-cache 多级缓存框架 基于装饰者设计模式实现 1.支持多级缓存,支持超时过期时间,防止穿透 查询,更新,删除, 2.使用AOP AspectJ注解进行非侵入式扩展 2.故障转移,如果顶级缓存失效,使用下级缓存 3.如果发生故障进行,心跳检查 4.淘汰算法 经常没有被使用的缓存,进行清空 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2022-08-04 - **Last Updated**: 2022-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # level-cache #### 介绍 level-cache 多级缓存框架 基于装饰者设计模式实现 1.支持多级缓存,支持超时过期时间,防止穿透 查询、更新、删除 2.使用AOP AspectJ注解进行非侵入式扩展 2.故障转移,如果顶级缓存失效,使用下级缓存 3.如果发生故障进行,心跳检查 4.淘汰算法 经常没有被使用的缓存,进行清空 #### 使用方法 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. 特别感谢 蚂蚁课堂-余胜军 架构师 QQ644064779 http://www.mayikt.com/ 提供了所有框架的设计思路