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