internal LocalRecordStoreTable(IObjectStore root) { m_root = root; m_storageLock = new CrossThreadLock(false); m_itemCache = new LRUCache<string, object>(0); m_recordStores = new Dictionary<string, LocalRecordStore>(); m_commitScheduler = new RecordItemCommitScheduler(this); }
internal LocalRecordStoreTable(IObjectStore root) { m_root = root; m_storageLock = new CrossThreadLock(false); m_itemCache = new LRUCache <string, object>(0); m_recordStores = new Dictionary <string, LocalRecordStore>(); m_commitScheduler = new RecordItemCommitScheduler(this); }