Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hudson-dev] Plugin development: caching on a per user or per http session

Hi

i am looking to improve the performance of the team-ui-ext plugin which contains a ViewTabBar plugin

The tabs shown with this plugin depends on the current user and rarely changes so there is no reason to calculate it on every page visit.

I would like to cache it for something like 15 minutes on the session or alternative user object. 

Is there a way to do that in Hudson?, how do I lookup the session/user? 

Best regards 
Henrik

Back to the top