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