actframework / act-aaa-plugin

Use OSGL aaa library to mange Authentication/Authorization/Accounting for ActFramework Application
Apache License 2.0
6 stars 2 forks source link

Add Cache support #32

Closed leeaee closed 4 years ago

leeaee commented 6 years ago

Sometimes the user's role and permission not change frequently. When using act-aaa, I found the system will read the user entity from DB everytime. Could ACT-AAA support cache, or is there any interface for ACT-AAA that we can operate the cache for ourselves.