storeCache: method

Should store the data to the app's sandbox, returning a unique identifier The returned UID has to be managed by the caller in order to retrieve the persisted data or to overwrite the contents using a successive storeCache: call.

Syntax

- ( NSString * ) storeCache : ( id< SDMCaching > ) cache_in

Parameters

Returns

unique identifier (has to be managed by the caller in order to retrieve the persisted data)