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