#include <cache.h>
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
| QSharedPointer< Cache > Cache::getCache |
( |
const QString & |
appName | ) |
[static] |
Returns an instance of a shared cache for appName That way it is made sure, that there do not exist different instances of cache, with different contents.
- Parameters:
-
| appName | The file name of the registry - this is usually the application name, it will be stored in "apps/knewstuff3/appname.knsregistry" |
Definition at line 41 of file cache.cpp.
| void Cache::readRegistry |
( |
| ) |
|
Read the installed entries (on startup)
Definition at line 58 of file cache.cpp.
All entries that have been installed by a certain provider.
Definition at line 187 of file cache.cpp.
| void Cache::writeRegistry |
( |
| ) |
|
Save the list of installed entries.
Definition at line 199 of file cache.cpp.
The documentation for this class was generated from the following files: