skipMemoryCache

open fun skipMemoryCache(skip: Boolean): T

Allows the loaded resource to skip the memory cache.

Note - this is not a guarantee. If a request is already pending for this resource and that request is not also skipping the memory cache, the resource will be cached in memory.

Return

This request builder.

Parameters

skip

True to allow the resource to skip the memory cache.