Stores SDMCache in the file system.
Syntax
public
abstract void
storeSDMCache
(
ISDMCache
cache
) throws SDMPersistenceException, IllegalArgumentException
Parameters
-
cache –
The SDMCache to store
Exceptions
-
SDMPersistenceException class –
if SDMCache can not be persisted for any reason.
-
IllegalArgumentException –
if parameter 'cache' is null.