org.rococoa.cocoa.foundation
Interface FoundationLibrary.NSURLCacheStoragePolicy

Enclosing interface:
FoundationLibrary

public static interface FoundationLibrary.NSURLCacheStoragePolicy

native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h
enum values


Field Summary
static int NSURLCacheStorageAllowed
           
static int NSURLCacheStorageAllowedInMemoryOnly
           
static int NSURLCacheStorageNotAllowed
           
 

Field Detail

NSURLCacheStorageAllowed

static final int NSURLCacheStorageAllowed
See Also:
Constant Field Values

NSURLCacheStorageAllowedInMemoryOnly

static final int NSURLCacheStorageAllowedInMemoryOnly
See Also:
Constant Field Values

NSURLCacheStorageNotAllowed

static final int NSURLCacheStorageNotAllowed
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.