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