OnDiskCachePolicy
public enum OnDiskCachePolicy : EquatableThe OnDiskCachePolicy sets rules for caching: time interval of storing the cache, maximum cache size, etc.
- 
                  
                  cache with set time interval in seconds and maximal cache size DeclarationSwift case cache(duration: Measurement<UnitDuration>, maxSize: Measurement<UnitInformationStorage>)
- 
                  
                  no cache DeclarationSwift case noCaching
- 
                  
                  default value for caching: 24 hours of cache storing and 100 MB maximal size of the cache DeclarationSwift public static let `default`: OnDiskCachePolicy
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         OnDiskCachePolicy
          OnDiskCachePolicy