首页 > 系统服务 > 详细

jfinal-ext shiro插件中cache无用

时间:2015-06-16 23:08:55      阅读:826      评论:0      收藏:0      [点我收藏+]

1、在项目中使用后,发现jfinal-ext shiro插件中cache配置无用

即,不管是否配置


<cache name="myRealm.authorizationCache" maxElementsInMemory="10000"
		overflowToDisk="true" eternal="true" timeToLiveSeconds="0"
		timeToIdleSeconds="0" diskPersistent="true"
		diskExpiryThreadIntervalSeconds="600">
	</cache>

	<cache name="shiro-activeSessionCache" maxElementsInMemory="10000"
		overflowToDisk="true" eternal="true" timeToLiveSeconds="0"
		timeToIdleSeconds="0" diskPersistent="true"
		diskExpiryThreadIntervalSeconds="600" />



都只
shiro-activeSessionCache

名称有用,可是这个确实shiro默认的名称。


2、如果在shiro.ini文件中配置了

userRealm.cachingEnabled=true
userRealm.authenticationCachingEnabled=true
userRealm.authenticationCacheName=authenticationCache
userRealm.authorizationCachingEnabled=true
userRealm.authorizationCacheName=authorizationCache
securityManager.realms=$userRealm



一旦开启下面语句,注销登陆后,再次登陆,会报错
userRealm.cachingEnabled=true


jfinal-ext shiro插件中cache无用

原文:http://my.oschina.net/xldc/blog/467521

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!