Class EhCacheManagerFactory

java.lang.Object
org.cruk.clarity.api.cache.EhCacheManagerFactory
All Implemented Interfaces:
FactoryBean<CacheManager>

public class EhCacheManagerFactory extends Object implements FactoryBean<CacheManager>
Factory for creating a singleton EhCache 3 CacheManager from XML configuration.
Since:
2.31
See Also: