loadCache: method

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

Returns

valid cache object or nil if none found