Hi

When my application is running, I can get list of all objects (from xml files) and put it in Ehcache.

What I want is that when I first start my application, I want to "pre-upload" all these objects from xml files into my Ehcache.

Does Spring support this ...

Many thanks