Missing description for last commit

*) next step of restructuring for new crawlers
   > HTCaching should now work protocol independent
   -- introduction of new ResourceInfo objects containing protocolspecific metadata
      of a resource. 
   -- the ResourceInfo objects now implement old functions like shallIndexCacheForXXX, 
      shallStoreCacheForXXX in a protocol dependent manner   
   > Indexing should also work protocol independent now

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2496 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent dae763d8e3
commit 5c1bb53d2a

@ -53,6 +53,9 @@ import java.util.Map;
import de.anomic.net.URL;
/**
* A class containing metadata about a downloaded resource
*/
public interface IResourceInfo {
/**

Loading…
Cancel
Save