101102103104105106107
TextCache(Table table, String name) { super(table.database, name); this.table = table; uncommittedCache = new ObjectCacheHashMap(5); }