Package com.bumptech.glide.signature
Class EmptySignature
- java.lang.Object
-
- com.bumptech.glide.signature.EmptySignature
-
-
Field Summary
-
Fields inherited from interface com.bumptech.glide.load.Key
CHARSET, STRING_CHARSET_NAME
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmptySignatureobtain()java.lang.StringtoString()voidupdateDiskCacheKey(java.security.MessageDigest messageDigest)Adds all uniquely identifying information to the given digest.
-
-
-
Method Detail
-
obtain
@NonNull public static EmptySignature obtain()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
updateDiskCacheKey
public void updateDiskCacheKey(@NonNull java.security.MessageDigest messageDigest)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
-
-