Package com.bumptech.glide.load
Class Options
java.lang.Object
com.bumptech.glide.load.Options
- All Implemented Interfaces:
Key
A set of
Options to apply to in memory and disk cache keys.-
Field Summary
Fields inherited from interface com.bumptech.glide.load.Key
CHARSET, STRING_CHARSET_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanFor caching to work correctly, implementations must implement this method andKey.hashCode().<T> TinthashCode()For caching to work correctly, implementations must implement this method andKey.equals(Object).void<T> OptionstoString()voidupdateDiskCacheKey(MessageDigest messageDigest) Adds all uniquely identifying information to the given digest.
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
putAll
-
set
-
remove
-
get
-
equals
Description copied from interface:KeyFor caching to work correctly, implementations must implement this method andKey.hashCode(). -
hashCode
public int hashCode()Description copied from interface:KeyFor caching to work correctly, implementations must implement this method andKey.equals(Object). -
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
-
toString
-