Class 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