Should load a previously persisted data based on it's unique identifier The UID is returned upon succesfully persisting the data; it has to be managed by the caller in order to retrieve the persisted data or to overwrite it later on.
Syntax
- (id< SDMCaching >)loadCache:(NSString *)uid_in
Parameters
uid_in –
the unique identifier for the persisted cache object