SourceCacher will be the class responsible for:
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 28 Jun 2006 16:07:23 +0000 (16:07 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 28 Jun 2006 16:07:23 +0000 (16:07 +0000)
commit565586e9bff46b793cc330724bbfb80effb46974
tree5c672b98444be5d72aef81057e7f9a3fe879d78b
parentf1132fc6e16e400ced09cf32d091e23bfd6fd540
SourceCacher will be the class responsible for:
- download metadata (and checking)
- insert data to cache (not directly, trough SourceCache)
- mean to be subclassed by YUM and SuSEtags

SourceCache:
- recives structs with data and inserts into the database

Later, we introduce a source which uses SourceCache to create
resolvables
zypp/CheckSum.h
zypp/cache/Makefile.am
zypp/cache/SourceCache.cpp [moved from zypp/cache/KnownSourcesCache.cpp with 51% similarity]
zypp/cache/SourceCache.h [moved from zypp/cache/KnownSourcesCache.h with 81% similarity]
zypp/cache/SourceCacher.cpp [new file with mode: 0644]
zypp/cache/SourceCacher.h [new file with mode: 0644]
zypp/source/SourceInfo.cc
zypp/source/SourceInfo.h