FBCacheDescriptor
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Base class from which CacheDescriptors derive, provides a method to fetch data for later use

Discussion:

Cache descriptors allow your application to specify the arguments that will be later used with another object, such as the FBFriendPickerViewController. By using a cache descriptor instance, an application can choose to fetch data ahead of the point in time where the data is needed.

Inherits from:NSObject
Declared in:FBCacheDescriptor.h
인스턴스 메서드
prefetchAndCacheForSession:

Fetches and caches the data described by the cache descriptor instance, for the given session.

매개변수설명
session

The to use for fetching data

- (void) prefetchAndCacheForSession:(FBSession *)session;
정의된 값: FBCacheDescriptor.h