Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class DiskCacheInterceptor(diskCache: () -> DiskCache) : Interceptor
Link copied to clipboard
Link copied to clipboard
interface Interceptor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class MemoryCacheInterceptor<T>(memoryCache: () -> MemoryCache<MemoryKey, T>, mapToMemoryValue: (ImageResult) -> T?, mapToImageResult: (T) -> ImageResult?) : Interceptor

Functions

Link copied to clipboard
inline fun Interceptor(crossinline block: suspend (chain: Interceptor.Chain) -> ImageResult): Interceptor