bumptech / bumptech/glide

could you suppot some detail documentation for the method "preload"?

Open
#4,516 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
35k
Forks
6.2k
Avg merge
1d 11h
Merged PRs (30d)
8

Description

**Glide Version**:4.9.0

**Integration libraries**:

**Device/Android Version**:

**Issue details / Repro steps / Use case background**: i want to preload the image into the cache being sure the image will load quickly in the next time。And there is a question,is the method pereload() running in the background thread?And how to use preload()。

**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```java
Glide.with(Application).load(url).preload();
```

**Layout XML**:
```xml

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.