Example #1
0
 public object GetByCache(string key)
 {
     if (mCached != null)
     {
         return(mCached.Get(key));
     }
     return(null);
 }