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