This should return the delta token/delta link for the URL key passed.
Try{ ILogger logger = new Logger(); ICache cache =new Cache(getApplicationContext(),logger); cache.getDeltaLink(URLKey); } Catch(CacheException e){ }