Merge APIS are to be invoked after doing a HTTP GET after modification or a set of modifications.
Try{ ILogger logger = new Logger(); ICache cache =new Cache(getApplicationContext(),logger); IODataFeed feed = parser.parseODataFeed(responseEntity, collectionID, schema); cache.mergeEntries(feed, EntryURL); } Catch(CacheException e){ }
Merge all the entries provided into the Server cache for the respective urlkey.