git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5944 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2009-05-10 20:50:46 +00:00
parent 29f93b2abf
commit c1e5fad9a7
2 changed files with 1 additions and 1 deletions

View File

@ -344,6 +344,7 @@ public final class IndexCell<ReferenceType extends Reference> extends AbstractBu
public void setBufferMaxWordCount(int maxWords) {
this.maxRamEntries = maxWords;
this.cleanCache();
}
}

View File

@ -50,7 +50,6 @@ public final class ReferenceContainerCache<ReferenceType extends Reference> exte
private final Row payloadrow;
private final ByteOrder termOrder;
//private SortedMap<byte[], ReferenceContainer<ReferenceType>> cache;
private Map<ByteArray, ReferenceContainer<ReferenceType>> cache;
/**