PCCache
public enum PCCache : String, Codable, Equatable, CaseIterable
                A location-based app is by default loaded on approaching. Some apps should be loaded in advance. They have the cache set to preload.
- 
                  
                  
Undocumented
Declaration
Swift
case approaching = "approaching" - 
                  
                  
Undocumented
Declaration
Swift
case preload = "preload" 
View on GitHub
        PCCache Enumeration Reference