Class SoftSchemaSourceCache<T extends SchemaSourceRepresentation>

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

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