Is there a sample Java Config for a standard ehcache XML config file (ehcache.xml) . I am using Spring 3.1.
Let s say I start with a single CacheManager like this: private static CacheManager manager = CacheManager.create(); When I call getCache or addCache do I need to synchronize on the CacheManager ...