示例#1
0
 /// <summary>
 /// Removes cached collection.
 /// </summary>
 private void ClearCache()
 {
     _cachedDataSource.RemoveCachedData(this._cacheKey);
 }