Package com.bumptech.glide.signature
Class EmptySignature
java.lang.Object
com.bumptech.glide.signature.EmptySignature
- All Implemented Interfaces:
Key
An empty key that is always equal to all other empty keys.
-
Field Summary
Fields inherited from interface com.bumptech.glide.load.Key
CHARSET, STRING_CHARSET_NAME -
Method Summary
Modifier and TypeMethodDescriptionstatic EmptySignatureobtain()toString()voidupdateDiskCacheKey(MessageDigest messageDigest) Adds all uniquely identifying information to the given digest.
-
Method Details
-
obtain
-
toString
-
updateDiskCacheKey
Description copied from interface:KeyAdds all uniquely identifying information to the given digest.Note - Using
MessageDigest.reset()inside of this method will result in undefined behavior.- Specified by:
updateDiskCacheKeyin interfaceKey
-