CacheQueryPolicy
public enum CacheQueryPolicy
Custom query policy.
-
Query cache from memory and disk.
Declaration
Swift
case Normal
-
Query cache from memory only.
Declaration
Swift
case IgnoreDiskCache
-
Query cache from disk only.
Declaration
Swift
case IgnoreMemoryCache
-
Ignore cache.
Declaration
Swift
case IgnoreAllCache