CachePolicy
public enum CachePolicy : Equatable
Cache policy that determines how data is accessed when performing a query method from the Email Service.
-
Use the device cached data.
Declaration
Swift
case cacheOnly
-
Query and use the data on the server.
Declaration
Swift
case remoteOnly