public void Dispose() { _startUpLog.WriteLine("Disposing of " + this); if (_pageCache != null) { _pageCache.Dispose(); } }