caching

hi everybody…
i have a requirement like i need to develop a cache … my front end is vaadin and my backend functionality is spring with ldap… before this i used spring with hibernate… its ok at that time… but now i am usong spring ldap …please need help

A cache for what, exactly?

actually in my application …hitting to LDAP is more number of times… in single window…so when i starting my application …what ever the data coming form the LDAP i need to store them into second level cache…

thanks

Well, that kind of cache is very simple to create using e.g. a HashMap. In any case, it is not Vaadin specific at all.