This API will clears entries for the URLkey passed from all the cache except the Local cache.
public void clearCache (String URLKey) throws CacheException
Try{
ILogger logger = new Logger();
ICache cache =new Cache(getApplicationContext(),logger);
cache.clearCache(URLKey);
}
Catch(CacheException e){
}