yacy_search_server/source/net/yacy/cora
orbiter cf07b34c2d implemented the Map interface in the ARC classes so it will be possible to instantiate ARCs as
Map<byte[], Map<String, byte[]>>
Because such Maps with byte[] keys cannot be stored in hash maps (bad hashing on byte[])
another ARC with comparable Maps has been added

This will make it possible to move the HTCache class 'Cache' into the cora package because that
class may be used either with RAM caches (ARCs) or with file-based caches (BEncodedHeaps)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7071 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-08-23 23:38:03 +00:00
..
document preparations to move the HTCache into cora: 2010-08-23 12:32:02 +00:00
protocol preparations to move the HTCache into cora: 2010-08-23 12:32:02 +00:00
services - removed dependencies in header framework: 2010-08-23 11:41:12 +00:00
storage implemented the Map interface in the ARC classes so it will be possible to instantiate ARCs as 2010-08-23 23:38:03 +00:00