updateEntry(IODataEntry) method

This API is will cache Entry associated with HTTP PUT which modifies the existing resource of a collection this entry will be marked as 'Updated' in Local Cache.

Syntax

public void updateEntry (IODataEntry entry) throws CacheException

Parameters

Exceptions

Example 1


Try{

ILogger logger = new  Logger();
ICache cache =new Cache(getApplicationContext(),logger);
cache.updateEntry(OdataEntries, URLKEY);

}
Catch(CacheException e){
}