FBCacheDescriptor
Lớp này không còn khả dụng trong phiên bản gần đây nhất của SDK.
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

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
Phương thức thực thể
prefetchAndCacheForSession:

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

Thông sốMô tả
session

The to use for fetching data

- (void) prefetchAndCacheForSession:(FBSession *)session;
Đã tuyên bố trong: FBCacheDescriptor.h