cache membership/role values
Hello!
Can anyone tell me how can i see if aspnet cache values like:
roles.geallroles()
roles.getusersinrole(rolename)
etc...
I need to cache this items, but don't like to repeat code...
So... if aspnet already cache this values I don't need to cache them by myself!
Thanks!
Max
|