ObjectKey
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.
The Object's toString method must be unique and suitable for use as a disk cache key.