Example #1
0
 private bool CheckFromMemoryCache(string id)
 {
     return(m_MemoryCache.ContainsKey(GetAssetID(id)));
 }