# springboot05-15 **Repository Path**: java64_li_gangyang/springboot05-15 ## Basic Information - **Project Name**: springboot05-15 - **Description**: test - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于注解缓存 @Cacheable 能够根据方法的请求参数对其结果进行缓存 @CacheEvict 清空缓存 ,例标注在删除方法上 @CachePut 保证方法总是被调用,且结果被缓存 @EnableCaching 开启基于注解的缓存