项目作者: gosalelab

项目描述 :
An light spring-boot AOP cache with Java, support POJO,Map and List data type. You can use your key generator(default use SpEL) and cache provider.Key generate with SpEL.Aspect Cache是一个针对Spring Boot,基于AOP注解方式的轻量级缓存,目前支持EHCache,Redis缓存方式。数据类型支持POJO、Map和List数据类型,同时支持自定义缓存key解析,也支持自定义的缓存处理方式,或者扩展支持更多缓存方式。 缓存key使用Spring表达式(SpEL)解析生成。
高级语言: Java
项目地址: git://github.com/gosalelab/aspect-cache.git
创建时间: 2018-06-21T14:39:13Z
项目社区:https://github.com/gosalelab/aspect-cache

开源协议:Other

下载