gh-pages / com.nextfaze.devfun.utils.glide / GlideUtils
GlideUtils
object GlideUtils
(source)
Utility functions for Glide.
Functions
Name | Summary |
---|---|
clearDiskAndMemoryCache | fun clearDiskAndMemoryCache(context: Context ): String Clear Glide’s disk and memory cache. |
clearDiskCache | fun clearDiskCache(context: Context ): String Clear Glide’s disk cache. |
clearMemoryCache | fun clearMemoryCache(context: Context ): String Clear Glide’s memory cache. |
showMemoryInfo | fun showMemoryInfo(context: Context ): String Log Glide’s bitmap pool and memory cache size stats to logcat. |