Uses of Class
org.opendaylight.yangtools.yang.model.repo.spi.GuavaSchemaSourceCache
-
-
Uses of GuavaSchemaSourceCache in org.opendaylight.yangtools.yang.model.repo.spi
Methods in org.opendaylight.yangtools.yang.model.repo.spi that return GuavaSchemaSourceCache Modifier and Type Method Description static <R extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
@NonNull GuavaSchemaSourceCache<R>GuavaSchemaSourceCache. createSoftCache(SchemaSourceRegistry consumer, Class<R> representation)static <R extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
@NonNull GuavaSchemaSourceCache<R>GuavaSchemaSourceCache. createSoftCache(SchemaSourceRegistry consumer, Class<R> representation, long lifetime, TimeUnit units)static <R extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
@NonNull GuavaSchemaSourceCache<R>GuavaSchemaSourceCache. createSoftCache(SchemaSourceRegistry consumer, Class<R> representation, Duration duration)
-