clearLocalEntry(String) method

This API is will clear entry from Local Cache.

Syntax

public void clearLocalEntry (String entryID) throws CacheException

Parameters

Exceptions

Example 1


Try{

ILogger logger = new Logger();
ICache cache =new Cache(getApplicationContext(),logger);
cache.ClearLocalEntry(EntryID);

}
Catch(CacheException e){
}