class AppConstant {
static const String appName = "Apskel POS";
static const int cacheExpire = 10; // in minutes
}