jar

org.ehcache.modules : ehcache-xml

Maven & Gradle

Feb 15, 2023
6 usages
1.9k stars

Ehcache 3 XML Parsing module · The module containing all XML parsing logic Ehcache 3

Table Of Contents

Latest Version

Download org.ehcache.modules : ehcache-xml JAR file - Latest Versions:

All Versions

Download org.ehcache.modules : ehcache-xml JAR file - All Versions:

Version Vulnerabilities Size Updated
3.10.x
3.9.x
3.8.x
3.7.x
3.6.x
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ehcache-xml-3.9.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ehcache.xml

├─ org.ehcache.xml.BaseConfigParser.class - [JAR]

├─ org.ehcache.xml.CacheManagerServiceConfigurationParser.class - [JAR]

├─ org.ehcache.xml.CacheResourceConfigurationParser.class - [JAR]

├─ org.ehcache.xml.CacheServiceConfigurationParser.class - [JAR]

├─ org.ehcache.xml.ConfigurationParser.class - [JAR]

├─ org.ehcache.xml.CoreCacheConfigurationParser.class - [JAR]

├─ org.ehcache.xml.CoreServiceConfigurationParser.class - [JAR]

├─ org.ehcache.xml.CoreServiceCreationConfigurationParser.class - [JAR]

├─ org.ehcache.xml.DomUtil.class - [JAR]

├─ org.ehcache.xml.JaxbHelper.class - [JAR]

├─ org.ehcache.xml.JaxbParsers.class - [JAR]

├─ org.ehcache.xml.ResourceConfigurationParser.class - [JAR]

├─ org.ehcache.xml.ServiceConfigurationParser.class - [JAR]

├─ org.ehcache.xml.ServiceCreationConfigurationParser.class - [JAR]

├─ org.ehcache.xml.XmlConfiguration.class - [JAR]

├─ org.ehcache.xml.XmlModel.class - [JAR]

org.ehcache.xml.model

├─ org.ehcache.xml.model.Adapter1.class - [JAR]

├─ org.ehcache.xml.model.Adapter2.class - [JAR]

├─ org.ehcache.xml.model.Adapter3.class - [JAR]

├─ org.ehcache.xml.model.Adapter4.class - [JAR]

├─ org.ehcache.xml.model.BaseCacheType.class - [JAR]

├─ org.ehcache.xml.model.CacheDefinition.class - [JAR]

├─ org.ehcache.xml.model.CacheEntryType.class - [JAR]

├─ org.ehcache.xml.model.CacheLoaderWriterType.class - [JAR]

├─ org.ehcache.xml.model.CacheSpec.class - [JAR]

├─ org.ehcache.xml.model.CacheTemplate.class - [JAR]

├─ org.ehcache.xml.model.CacheTemplateType.class - [JAR]

├─ org.ehcache.xml.model.CacheType.class - [JAR]

├─ org.ehcache.xml.model.ConfigType.class - [JAR]

├─ org.ehcache.xml.model.CopierType.class - [JAR]

├─ org.ehcache.xml.model.Disk.class - [JAR]

├─ org.ehcache.xml.model.DiskStoreSettingsType.class - [JAR]

├─ org.ehcache.xml.model.EventFiringType.class - [JAR]

├─ org.ehcache.xml.model.EventOrderingType.class - [JAR]

├─ org.ehcache.xml.model.EventType.class - [JAR]

├─ org.ehcache.xml.model.Expiry.class - [JAR]

├─ org.ehcache.xml.model.ExpiryType.class - [JAR]

├─ org.ehcache.xml.model.Heap.class - [JAR]

├─ org.ehcache.xml.model.ListenersConfig.class - [JAR]

├─ org.ehcache.xml.model.ListenersType.class - [JAR]

├─ org.ehcache.xml.model.MemoryType.class - [JAR]

├─ org.ehcache.xml.model.MemoryTypeWithPropSubst.class - [JAR]

├─ org.ehcache.xml.model.MemoryUnit.class - [JAR]

├─ org.ehcache.xml.model.ObjectFactory.class - [JAR]

├─ org.ehcache.xml.model.Offheap.class - [JAR]

├─ org.ehcache.xml.model.PersistableMemoryTypeWithPropSubst.class - [JAR]

├─ org.ehcache.xml.model.PersistenceType.class - [JAR]

├─ org.ehcache.xml.model.ResourceTypeWithPropSubst.class - [JAR]

├─ org.ehcache.xml.model.ResourceUnit.class - [JAR]

├─ org.ehcache.xml.model.ResourcesType.class - [JAR]

├─ org.ehcache.xml.model.SerializerType.class - [JAR]

├─ org.ehcache.xml.model.ServiceType.class - [JAR]

├─ org.ehcache.xml.model.SizeOfEngineLimits.class - [JAR]

├─ org.ehcache.xml.model.SizeofType.class - [JAR]

├─ org.ehcache.xml.model.ThreadPoolReferenceType.class - [JAR]

├─ org.ehcache.xml.model.ThreadPoolsType.class - [JAR]

├─ org.ehcache.xml.model.TimeTypeWithPropSubst.class - [JAR]

├─ org.ehcache.xml.model.TimeUnit.class - [JAR]

├─ org.ehcache.xml.model.package-info.class - [JAR]

org.ehcache.xml.service

├─ org.ehcache.xml.service.DefaultCacheEventDispatcherConfigurationParser.class - [JAR]

├─ org.ehcache.xml.service.DefaultCacheEventListenerConfigurationParser.class - [JAR]

├─ org.ehcache.xml.service.DefaultCacheLoaderWriterConfigurationParser.class - [JAR]

├─ org.ehcache.xml.service.DefaultCopierConfigurationParser.class - [JAR]

├─ org.ehcache.xml.service.DefaultResilienceStrategyConfigurationParser.class - [JAR]

├─ org.ehcache.xml.service.DefaultSerializerConfigurationParser.class - [JAR]

├─ org.ehcache.xml.service.DefaultSizeOfEngineConfigurationParser.class - [JAR]

├─ org.ehcache.xml.service.DefaultWriteBehindConfigurationParser.class - [JAR]

├─ org.ehcache.xml.service.OffHeapDiskStoreConfigurationParser.class - [JAR]

├─ org.ehcache.xml.service.SimpleCoreServiceConfigurationParser.class - [JAR]

org.ehcache.xml.exceptions

├─ org.ehcache.xml.exceptions.XmlConfigurationException.class - [JAR]

org.ehcache.xml.multi

├─ org.ehcache.xml.multi.XmlMultiConfiguration.class - [JAR]

org.ehcache.xml.multi.model

├─ org.ehcache.xml.multi.model.Configurations.class - [JAR]

├─ org.ehcache.xml.multi.model.ObjectFactory.class - [JAR]

├─ org.ehcache.xml.multi.model.package-info.class - [JAR]

org.ehcache.xml.provider

├─ org.ehcache.xml.provider.CacheEventDispatcherFactoryConfigurationParser.class - [JAR]

├─ org.ehcache.xml.provider.CacheManagerPersistenceConfigurationParser.class - [JAR]

├─ org.ehcache.xml.provider.DefaultCopyProviderConfigurationParser.class - [JAR]

├─ org.ehcache.xml.provider.DefaultSerializationProviderConfigurationParser.class - [JAR]

├─ org.ehcache.xml.provider.DefaultSizeOfEngineProviderConfigurationParser.class - [JAR]

├─ org.ehcache.xml.provider.OffHeapDiskStoreProviderConfigurationParser.class - [JAR]

├─ org.ehcache.xml.provider.PooledExecutionServiceConfigurationParser.class - [JAR]

├─ org.ehcache.xml.provider.SimpleCoreServiceCreationConfigurationParser.class - [JAR]

├─ org.ehcache.xml.provider.ThreadPoolServiceCreationConfigurationParser.class - [JAR]

├─ org.ehcache.xml.provider.WriteBehindProviderConfigurationParser.class - [JAR]

Advertisement

Dependencies from Group

Feb 15, 2023
13 usages
1.9k stars
Feb 15, 2023
10 usages
1.9k stars
Feb 15, 2023
9 usages
1.9k stars
Feb 15, 2023
6 usages
1.9k stars
Oct 14, 2022
6 usages
1.9k stars

Discover Dependencies

Aug 16, 2023
71 usages
134 stars
Jun 28, 2023
121 usages
2.1k stars
Jun 28, 2023
200 usages
2.1k stars
Jun 28, 2023
116 usages
2.1k stars
Mar 15, 2023
5 usages
125 stars
May 06, 2016
5 usages
Sep 12, 2017
16 usages
960 stars
Apr 05, 2021
112 usages
1.8k stars
Feb 28, 2023
77 usages