com.alachisoft.ncache.web.caching
Interface AsyncCacheClearedCallback
public interface AsyncCacheClearedCallback
Provide method for notifying applications after a request for asynchronous clear operation
completes.
Method Summary |
void |
asyncCacheCleared(java.lang.Object result)
This method is called when async clear operation completes |
asyncCacheCleared
void asyncCacheCleared(java.lang.Object result)
- This method is called when async clear operation completes
- Parameters:
result
- The result of the Async Operation. If the operation completes successfully,
it contatins 1 otherwise it contains an OperationFailedException indicating
the cause of operation failure.