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.
Try{ ILogger logger = new Logger(); ICache cache =new Cache(getApplicationContext(),logger); cache.updateEntry(OdataEntries, URLKEY); } Catch(CacheException e){ }