12#ifndef ZYPP_TARGET_COMMITPACKAGECACHEREADAHEAD_H
13#define ZYPP_TARGET_COMMITPACKAGECACHEREADAHEAD_H
19#include <zypp-core/base/DefaultIntegral>
43 :
_repo( obj_r->repository() )
49 :
_repo( obj_r->repository() )
Integral type with defined initial value when default constructed.
Combining sat::Solvable and ResStatus.
IdType id() const
Expert backdoor.
TraitsType::constPtrType constPtr
IMediaKey _lastInteractive
CommitPackageCacheReadAhead(PackageProvider packageProvider_r)
bool onInteractiveMedia(const PoolItem &pi) const
Return whether pi is located on a CD/DVD.
void doCacheLastInteractive(const PoolItem &citem_r)
cacheLastInteractive helper .
void cacheLastInteractive(const PoolItem &citem_r)
Fill the cache.
ManagedFile get(const PoolItem &citem_r) override
Provide the package.
DefaultIntegral< unsigned, 0 > _dbgChanges
Base for CommitPackageCache implementations (implements no chache).
CommitPackageCache::PackageProvider PackageProvider
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const CommitPackageCache &obj)
Easy-to use interface to the ZYPP dependency resolver.
AutoDispose< const Pathname > ManagedFile
A Pathname plus associated cleanup code to be executed when path is no longer needed.