Uses of Class
org.rococoa.cocoa.foundation.NSURLCache

Packages that use NSURLCache
org.rococoa.cocoa.foundation   
 

Uses of NSURLCache in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSURLCache
static NSURLCache NSURLCache.alloc()
           
abstract  NSURLCache NSURLCache._class_.alloc()
           
static NSURLCache NSURLCache.createWithMemoryCapacity_diskCapacity_diskPath(NSUInteger memoryCapacity, NSUInteger diskCapacity, NSString path)
          Factory method
abstract  NSURLCache NSURLCache.initWithMemoryCapacity_diskCapacity_diskPath(NSUInteger memoryCapacity, NSUInteger diskCapacity, NSString path)
           
static NSURLCache NSURLCache.new_()
           
abstract  NSURLCache NSURLCache._class_.new_()
           
static NSURLCache NSURLCache.sharedURLCache()
           
abstract  NSURLCache NSURLCache._class_.sharedURLCache()
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSURLCache
static void NSURLCache.setSharedURLCache(NSURLCache cache)
           
abstract  void NSURLCache._class_.setSharedURLCache(NSURLCache cache)
           
 



Copyright © 2009. All Rights Reserved.