Package net.atthegate.server
Class CacheHelper
java.lang.Object
net.atthegate.server.CacheHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
deleteNOTIFUser
(String phoneNumber) static void
static ArrayList<NotificationUser>
static NotificationUser
getNOTIFIUser
(String emailOrPhone) static NotificationUser
getNOTIFIUserByUID
(String createdByUid) static UserRequestsCount
getUserRequestsCount
(String uid, String type, Long timestamp) static void
incrementUserRequestsCount
(String uid, String type, String url) static void
incrementUserRequestsCountApiKey
(String uid, String url) static void
static void
static void
static void
putNOTIFUser
(String phoneNumber, NotificationUser nu) static void
static void
-
Constructor Details
-
CacheHelper
public CacheHelper()
-
-
Method Details
-
getNOTIFIUserByUID
-
getNOTIFIUser
-
putNOTIFUser
-
deleteNOTIFUser
-
getAllNotifUsers
-
getUserRequestsCount
-
incrementUserRequestsCount
-
incrementUserRequestsCountApiKey
-
incrementUserRequestsCountIntegration
-
deleteUserRequestsCount
-
getBQEntriesDatasets
-
putBQEntriesDatasets
-
removeBQEntriesDatasets
-
getBQIncidentsDatasets
-
putBQIncidentsDatasets
-
removeBQIncidentsDatasets
-