Package com.bumptech.glide.signature

Types

Link copied to clipboard
class AndroidResourceSignature : Key
Includes information about the package as well as whether or not the device is in night mode.
Link copied to clipboard
class ApplicationVersionSignature
A utility class for obtaining a com.bumptech.glide.load.Key signature containing the application version name using versionCode.
Link copied to clipboard
class EmptySignature : Key
An empty key that is always equal to all other empty keys.
Link copied to clipboard
open class MediaStoreSignature : Key
A unique signature based on metadata data from the media store that detects common changes to media store files like edits, rotations, and temporary file replacement.
Link copied to clipboard
class ObjectKey : Key
Wraps an java.lang.Object, delegating equals and hashCode to the wrapped Object and providing the bytes of the result of the Object's toString method to the java.security.MessageDigest in updateDiskCacheKey.