Class GuavaSchemaSourceCache<T extends SchemaSourceRepresentation>

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

@Beta @Deprecated(since="7.0.13", forRemoval=true) public final class GuavaSchemaSourceCache<T extends SchemaSourceRepresentation> 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.