public class DefaultCacheEventListenerConfigurationParser extends java.lang.Object implements CoreServiceConfigurationParser
Constructor and Description |
---|
DefaultCacheEventListenerConfigurationParser() |
Modifier and Type | Method and Description |
---|---|
<K,V> CacheConfigurationBuilder<K,V> |
parseServiceConfiguration(org.ehcache.xml.model.CacheTemplate cacheDefinition,
java.lang.ClassLoader cacheClassLoader,
CacheConfigurationBuilder<K,V> cacheBuilder) |
org.ehcache.xml.model.CacheType |
unparseServiceConfiguration(CacheConfiguration<?,?> cacheConfiguration,
org.ehcache.xml.model.CacheType cacheType) |
public DefaultCacheEventListenerConfigurationParser()
public <K,V> CacheConfigurationBuilder<K,V> parseServiceConfiguration(org.ehcache.xml.model.CacheTemplate cacheDefinition, java.lang.ClassLoader cacheClassLoader, CacheConfigurationBuilder<K,V> cacheBuilder) throws java.lang.ClassNotFoundException
parseServiceConfiguration
in interface CoreServiceConfigurationParser
java.lang.ClassNotFoundException
public org.ehcache.xml.model.CacheType unparseServiceConfiguration(CacheConfiguration<?,?> cacheConfiguration, org.ehcache.xml.model.CacheType cacheType)
unparseServiceConfiguration
in interface CoreServiceConfigurationParser