Package 

Class MemoryCache.Key

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class MemoryCache.Key
     implements Parcelable
                        

    The cache key for a Bitmap in the memory cache.

    • Method Summary

      Modifier and Type Method Description
      final String getKey()
      final Map<String, String> getExtras()
      • Methods inherited from class coil.memory.MemoryCache.Key

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MemoryCache.Key

        MemoryCache.Key(String key, Map<String, String> extras)
        Parameters:
        key - The value returned by Keyer.key (or a custom value).
        extras - Extra values that differentiate the associated cached value from other values with the same key.