everytime i call subject.isPermitted(), it send a sql to db. how can i cache it?
any example? thanks
i had read the doc of shiro grails plugin. but cant solove it.
DataSource:
hibernate {
cache.use_second_level_cache = true
cache.use_query_cache = true
cache.provider_class = 'net.sf.ehcache.hibernate.EhCacheProvider'
}
then how to set the cachemanager to shiro? i try spring.resource,throw an error.
and what's the instance bean name of cachemanager? do i need to config sth else?