loadSDMCache(String, ISDMCache) method

Loads SDMCache with the specified key extension from the file system.

Syntax

public abstract boolean loadSDMCache (
    String key,
    ISDMCache cache
) throws SDMPersistenceException

Parameters

Returns

true if persisted SDMCache has found and successfully loaded, false otherwise.

Exceptions