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