This API is will clear entry from Local Cache.
Try{ ILogger logger = new Logger(); ICache cache =new Cache(getApplicationContext(),logger); cache.ClearLocalEntry(EntryID); } Catch(CacheException e){ }