1, after the use of the project, found that the Jfinal-ext Shiro plugin cache configuration is useless
That is, regardless of whether the configuration
<cache name= "Myrealm.authorizationcache" maxelementsinmemory= "10000" overflowtodisk= "true" eternal= "true" timetoliveseconds= "0" timetoidleseconds= "0" diskpersistent= "true" diskexpirythreadintervalseconds= "+" ></ Cache><cache name= "Shiro-activesessioncache" maxelementsinmemory= "10000" overflowtodisk= "true" eternal= "true "timetoliveseconds=" 0 "timetoidleseconds=" 0 "diskpersistent=" true "diskexpirythreadintervalseconds=" "/>"
are only
Shiro-activesessioncache
The name is useful, but this does shiro the default name.
2, if the Shiro.ini file is configured in the
Userrealm.cachingenabled=trueuserrealm.authenticationcachingenabled=trueuserrealm.authenticationcachename= Authenticationcacheuserrealm.authorizationcachingenabled=trueuserrealm.authorizationcachename= authorizationcachesecuritymanager.realms= $userRealm
Once you open the following statement, log off and log in again, will error
Userrealm.cachingenabled=true
Cache useless in Jfinal-ext Shiro plugin