RETURN_CACHE_DATA_ELSE_LOAD constant

IOSURLRequestCachePolicy const RETURN_CACHE_DATA_ELSE_LOAD

Use existing cache data, regardless or age or expiration date, loading from originating source only if there is no cached data.

Implementation

static const RETURN_CACHE_DATA_ELSE_LOAD =
    IOSURLRequestCachePolicy._internal(2, 2);