コード例 #1
0
ファイル: CacheManager.cs プロジェクト: jafferyjee/ProjectX
 /// <summary>
 /// Gets the amount of items in the cache.
 /// </summary>
 /// <returns></returns>
 public int GetCount()
 {
     return(CacheProvider.GetCount());
 }