
com.azcltd.fluffyimageloader.cache.ICacheKeyGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluffy-image-loader Show documentation
Show all versions of fluffy-image-loader Show documentation
Library that helps loading and caching images in Android applications
The newest version!
package com.azcltd.fluffyimageloader.cache;
public interface ICacheKeyGenerator {
String toCacheKey(String uri);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy