namespace CPF.Mac.Foundation { public enum NSUrlCacheStoragePolicy : ulong { Allowed, AllowedInMemoryOnly, NotAllowed } }