getDeltaLink(String) method

This should return the delta token/delta link for the URL key passed.

Syntax

public String getDeltaLink ( String URLKey ) throws CacheException

Parameters

Exceptions

Example 1


Try{

ILogger logger = new  Logger();
ICache cache =new Cache(getApplicationContext(),logger);
cache.getDeltaLink(URLKey);

}
Catch(CacheException e){
}