You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most convenient way to set up the Ehcache provider is via the EhCacheManagerFactoryBean class. But factory beans aren't recommended for Java configuration style, so it would be good to have an alternative, such as a builder, that works well with @Bean.