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