Package com.bumptech.glide.load.engine
-
Interface Summary Interface Description Initializable A callback allowing a resource to do some optimization on a background thread before being returned to the ui.Resource<Z> A resource interface that wraps a particular type so that it can be pooled and reused. -
Class Summary Class Description DecodePath<DataType,ResourceType,Transcode> Attempts to decode and transcode resource type from a given data type.DiskCacheStrategy Set of available caching strategies for media.Engine Responsible for starting loads and managing active and cached resources.LoadPath<Data,ResourceType,Transcode> For a givenDataFetcherfor a given data class, attempts to fetch the data and then run it through one or moreDecodePaths. -
Exception Summary Exception Description GlideException An exception with zero or more causes indicating why a load in Glide failed.