WebAppRegistryCache Class Reference

#include <mw/wac/wacWebAppRegistry_p.h>

class WebAppRegistryCache

WebAppRegistryCache class caches reads from the WebAppRegistry.

Public Member Functions
WebAppRegistryCache()
virtual ~WebAppRegistryCache()
boolappInfoExists(const QString &)
voidclear()
boolgetAppInfo(const QString &, WebAppInfo &)
voidnotifyDBWrite()
voidsaveAppInfo(const QString &, const WebAppInfo &)

Constructor & Destructor Documentation

WebAppRegistryCache ( )

WebAppRegistryCache()

~WebAppRegistryCache ( )

~WebAppRegistryCache()[virtual]

Member Function Documentation

appInfoExists ( const QString & )

boolappInfoExists(const QString &appID)

clear ( )

voidclear()

getAppInfo ( const QString &, WebAppInfo & )

boolgetAppInfo(const QString &appID,
WebAppInfo &webAppInfo
)

notifyDBWrite ( )

voidnotifyDBWrite()

saveAppInfo ( const QString &, const WebAppInfo & )

voidsaveAppInfo(const QString &appID,
const WebAppInfo &info
)