Class XMLSchemaCache

java.lang.Object
com.helger.commons.cache.MappedCache<com.helger.commons.collection.impl.ICommonsList<? extends com.helger.commons.io.resource.IReadableResource>,com.helger.commons.collection.impl.ICommonsList<? extends com.helger.commons.io.resource.IReadableResource>,Schema>
com.helger.commons.cache.Cache<com.helger.commons.collection.impl.ICommonsList<? extends com.helger.commons.io.resource.IReadableResource>,Schema>
com.helger.xml.schema.SchemaCache
com.helger.xml.schema.XMLSchemaCache
All Implemented Interfaces:
com.helger.commons.cache.ICache<com.helger.commons.collection.impl.ICommonsList<? extends com.helger.commons.io.resource.IReadableResource>,Schema>, com.helger.commons.cache.IMutableCache<com.helger.commons.collection.impl.ICommonsList<? extends com.helger.commons.io.resource.IReadableResource>,Schema>, com.helger.commons.lang.IHasSize, com.helger.commons.name.IHasName

@ThreadSafe @Singleton("can be instantiated directly as well") public class XMLSchemaCache extends SchemaCache
This class is used to cache XML schema objects.
Author:
Philip Helger