summaryrefslogtreecommitdiffstats
path: root/src/Cache.h
diff options
context:
space:
mode:
authorCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-07-01 17:47:10 +0530
committerCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-07-30 22:10:27 +0530
commitac1fbbb69fdd4e313072cbf95eb9288db1257a9d (patch)
tree6050f215caf7104d4e1cea5c6ba1ff53c0b477e2 /src/Cache.h
parent6fae36abc404ffb7e6ae29c9edceda5231400f0a (diff)
Some issue with UserProfile
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Cache.h b/src/Cache.h
index 34e79ab5..0c955c92 100644
--- a/src/Cache.h
+++ b/src/Cache.h
@@ -61,7 +61,7 @@ std::string
statusMessage(const std::string &user_id);
//! user Cache
-UserCache
+std::optional<UserCache>
getUserCache(const std::string &user_id);
int
@@ -71,7 +71,7 @@ int
deleteUserCache(const std::string &user_id);
//! verified Cache
-DeviceVerifiedCache
+std::optional<DeviceVerifiedCache>
getVerifiedCache(const std::string &user_id);
int