Glide
Glide
/
com.bumptech.glide.signature
/
EmptySignature
Empty
Signature
class
EmptySignature
:
Key
Content copied to clipboard
An empty key that is always equal to all other empty keys.
Functions
Properties
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
o
:
Any
)
:
Boolean
Content copied to clipboard
For caching to work correctly, implementations must implement this method and
hashCode
.
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
For caching to work correctly, implementations must implement this method and
equals
.
obtain
Link copied to clipboard
open
fun
obtain
(
)
:
EmptySignature
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard
update
Disk
Cache
Key
Link copied to clipboard
open
fun
updateDiskCacheKey
(
messageDigest
:
MessageDigest
)
Content copied to clipboard
Adds all uniquely identifying information to the given digest.
Properties
CHARSET
Link copied to clipboard
val
CHARSET
:
Charset
Content copied to clipboard
STRING_CHARSET_NAME
Link copied to clipboard
val
STRING_CHARSET_NAME
:
String
Content copied to clipboard