使用Ehcache缓存进行权限控制的使用步骤

1,开发环境

引入ehcache开发包ehcache-core和Spring的整合包spring-context-support

2,配置ehcache.xml文件

从ehcache-core.jar包中解压获得ehcache-fallsafe.xml,在resources文件夹下进行相应的修改

配置自定义缓存区

3,配置applicationContext.xml缓存管理器

<bean id="ehcacheManager" class="org.springframework.cache.encache.EhcacheManageFactory">

<property name="xxx" value="classpath:ehcache.xml"/>

</bean>

---shiro封装ehcacheManager---

<bean id="shiroEhcacheManager" class="EhcacheManager">

//将缓存管理器传入进行封装

<property name="cacheManager" ref="ehcacheManager"/>

</bean>

//将shiro缓存器注入到安全管理器中

//配置realm缓存区

注意:缓存的bean类必须实现serializable接口.

4,封装一个spring缓存管理器

class="EhCacheManager" ref="ehcacheManager"

5,激活spring的缓存注解

6,对Spring管理的bean方法上进行注解

@Cacheable//应用缓存区,对方法返回的结果进行缓存

@CacheEvict//清除缓存区数据(增删改方法)

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值