31 #include "core/GpgFrontendCoreExport.h"
39 void GPGFRONTEND_CORE_EXPORT
SetCacheValue(
const QString &key, QString value);
47 auto GPGFRONTEND_CORE_EXPORT
GetCacheValue(
const QString &key) -> QString;
void SetCacheValue(const QString &key, QString value)
set a temp cache under a certain key
Definition: CacheUtils.cpp:35
auto GetCacheValue(const QString &key) -> QString
after get the temp cache, its value will be imediately ease in storage
Definition: CacheUtils.cpp:39
void ResetCacheValue(const QString &key)
imediately ease temp cache in storage
Definition: CacheUtils.cpp:43