Removes the SDMCache with the specified key extension from the file system.
Syntax
public
abstract boolean
removeSDMCache
(
String
key
) throws SDMPersistenceException
Parameters
-
key –
The key extension of the SDMCache
Returns
true if persisted SDMCache has found and successfully removes, false otherwise.
Exceptions
-
SDMPersistenceException class –
if persisted SDMCache can not be deleted for any reason.