Now my web could use ehcache. But there is another issue now.
The followed is my cache information:
<defaultCache
maxElementsInMemory="10000"
eternal="false"
timeToIdleSeconds="290"
timeToLiveSeconds="300"
overflowToDisk="false"
diskPersistent="false"
diskExpiryThreadIntervalSeconds="120"
/>

<cache name="my.authorizationCache"
maxElementsInMemory="100"
eternal="false"
timeToLiveSeconds="600"
overflowToDisk="false"/>

Now the web always use defaultCache. But I hope use "my.authorizationCache".
How to do ? who can help me ?



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/ehcache-how-to-use-the-specific-cache-tp7579272.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to