public void Dispose(bool disposing) { if (_disposed) { return; } if (!disposing) { return; } _objectCache.Dispose(); _disposed = true; }