public class CachingSemQLModelFactory extends Object implements SemQLModelFactory
SemQLModelFactory
decorator that caches ISemQLModel
for a
IModel
using weak keys and soft values. This allows to keep the
ISemQLModel
associated to a IModel
until the IModel
is not referenced anymore.Constructor and Description |
---|
CachingSemQLModelFactory(SemQLModelFactory delegatingFactory) |
public CachingSemQLModelFactory(SemQLModelFactory delegatingFactory)
public com.semarchy.mdm.runtime.model.semql.ISemQLModel createSemQLModel(IModel model)
createSemQLModel
in interface SemQLModelFactory
Copyright © 2016. All Rights Reserved.