-
public class BranchQRCodeCache
-
-
Field Summary
Fields Modifier and Type Field Description public ConcurrentHashMap<JSONObject, Array<byte>>cache
-
Method Summary
Modifier and Type Method Description static BranchQRCodeCachegetInstance()Get the singleton instance for this class voidaddQRCodeToCache(JSONObject parameters, Array<byte> qrCodeData)Array<byte>checkQRCodeCache(JSONObject parameters)static booleanareEqual(Object ob1, Object ob2)-
-
Method Detail
-
getInstance
static BranchQRCodeCache getInstance()
Get the singleton instance for this class
-
addQRCodeToCache
void addQRCodeToCache(JSONObject parameters, Array<byte> qrCodeData)
-
checkQRCodeCache
Array<byte> checkQRCodeCache(JSONObject parameters)
-
-
-
-