Class GuavaSchemaSourceCache<T extends SourceRepresentation>

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

@Beta @Deprecated(since="7.0.13", forRemoval=true) public final class GuavaSchemaSourceCache<T extends SourceRepresentation> extends AbstractSchemaSourceCache<T> implements AutoCloseable
Deprecated, for removal: This API element is subject to removal in a future version.
This class has a rather complicated and ugly design. Use SoftSchemaSourceCache instead.