Ejemplo n.º 1
0
 public static bool cacheUserInfoExist(string userName)
 {
     return(CachesMgr.cacheExist("ui_" + userName));
 }
Ejemplo n.º 2
0
 public static bool cacheSetExist(string setId)
 {
     return(CachesMgr.cacheExist("s_" + setId));
 }
Ejemplo n.º 3
0
 public static bool cacheUserSetsExist(string userName)
 {
     return(CachesMgr.cacheExist("us_" + userName));
 }