Loads SDMCache from the file system.
Syntax
public
abstract boolean
loadSDMCache
(
ISDMCache
cache
) throws SDMPersistenceException, IllegalArgumentException
Parameters
-
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.