Class JoinedOntModelCache

  • All Implemented Interfaces:
    OntModelCache

    public class JoinedOntModelCache
    extends Object
    implements OntModelCache
    Use two OntModelCaches as one. If both caches contain models with the same name, a warning will be written to the log, and the model from the primary cache will be used. Any new models will be created on the primary cache.