Loads SDMCache with the specified key extension from the file system.
Syntax
public
abstract boolean
loadSDMCache
(
String
key
,
ISDMCache
cache
) throws SDMPersistenceException
Parameters
-
key –
The key extension of the SDMCache
-
cache –
The SDMCache object to fill by the data.
Returns
true if persisted SDMCache has found and successfully loaded, false otherwise.
Exceptions
-
SDMPersistenceException class –
if object can not be loaded for any reason.
-
IllegalArgumentException –
if parameter 'cache' is null.