- XmlConfiguration - Class in org.ehcache.xml
-
Exposes
Configuration and
CacheConfigurationBuilder expressed
in a XML file that obeys the
core Ehcache schema.
- XmlConfiguration(URL) - Constructor for class org.ehcache.xml.XmlConfiguration
-
Constructs an instance of XmlConfiguration mapping to the XML file located at url.
- XmlConfiguration(URL, ClassLoader) - Constructor for class org.ehcache.xml.XmlConfiguration
-
Constructs an instance of XmlConfiguration mapping to the XML file located at url and using the provided
classLoader to load user types (e.g.
- XmlConfiguration(URL, ClassLoader, Map<String, ClassLoader>) - Constructor for class org.ehcache.xml.XmlConfiguration
-
Constructs an instance of XmlConfiguration mapping to the XML file located at url and using the provided
classLoader to load user types (e.g.
- XmlConfiguration(Document) - Constructor for class org.ehcache.xml.XmlConfiguration
-
Constructs an instance of XmlConfiguration from the given XML DOM.
- XmlConfiguration(Document, ClassLoader) - Constructor for class org.ehcache.xml.XmlConfiguration
-
Constructs an instance of XmlConfiguration from the given XML DOM and using the provided classLoader to
load user types (e.g.
- XmlConfiguration(Document, ClassLoader, Map<String, ClassLoader>) - Constructor for class org.ehcache.xml.XmlConfiguration
-
Constructs an instance of XmlConfiguration from the given XML DOM and using the provided classLoader to
load user types (e.g.
- XmlConfiguration(Configuration) - Constructor for class org.ehcache.xml.XmlConfiguration
-
Constructs an instance of XmlConfiguration from an existing configuration object.
- XmlConfiguration.Template - Interface in org.ehcache.xml
-
- XmlMultiConfiguration - Class in org.ehcache.xml.multi
-
A collection of multiple Ehcache configurations.
- XmlMultiConfiguration.Builder - Interface in org.ehcache.xml.multi
-
An XmlMultiConfiguration builder.
- XmlMultiConfiguration.Variant - Interface in org.ehcache.xml.multi
-
A variant configuration builder.