コード例 #1
0
ファイル: CacheBase.cs プロジェクト: usamabintariq/NCache
 public virtual void DisposeReader(string readerId, OperationContext operationContext)
 {
     InternalCache.DisposeReader(readerId, operationContext);
 }