Class SoftSchemaSourceCache<T extends SourceRepresentation>

java.lang.Object
org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaSourceCache<T>
org.opendaylight.yangtools.yang.model.repo.spi.SoftSchemaSourceCache<T>
Type Parameters:
T - SourceRepresentation type stored in this cache
All Implemented Interfaces:
AutoCloseable, SchemaSourceListener, SchemaSourceProvider<T>

@Beta public final class SoftSchemaSourceCache<T extends SourceRepresentation> extends AbstractSchemaSourceCache<T> implements AutoCloseable
A simple AbstractSchemaSourceCache maintaining soft references.