Package com.bumptech.glide.load.engine
Types
Link copied to clipboard
Attempts to decode and transcode resource type from a given data type.
Link copied to clipboard
Set of available caching strategies for media.
Link copied to clipboard
open class Engine : EngineJobListener, MemoryCache.ResourceRemovedListener, EngineResource.ResourceListener
Content copied to clipboard
Responsible for starting loads and managing active and cached resources.
Link copied to clipboard
An exception with zero or more causes indicating why a load in Glide failed.
Link copied to clipboard
A callback allowing a resource to do some optimization on a background thread before being returned to the ui.
Link copied to clipboard
For a given com.bumptech.glide.load.data.DataFetcher for a given data class, attempts to fetch the data and then run it through one or more s.