fix target not cachedsometimes
[platform/upstream/libzypp.git] / zypp / Target.cc
index f4ff4c0..29c968f 100644 (file)
@@ -64,6 +64,9 @@ namespace zypp
   //
   ///////////////////////////////////////////////////////////////////
 
+  void Target::buildCache()
+  { _pimpl->buildCache(); }
+
   void Target::load()
   { _pimpl->load(); }