From 523c71a6c9b722804c65efdb79daafc56248488f Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 27 Feb 2010 14:33:50 +0100 Subject: doc: Document the new Cache functionality. --- doc/source/library/apt_pkg.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/source') diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index 05b3e1fc..bcdf2f7a 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -41,6 +41,11 @@ Working with the cache Return the :class:`Package()` object for the package name given by *pkgname*. + .. describe:: pkgname in cache + + Check whether a package with the name given by *pkgname* exists in + the cache. + .. method:: update(progress, list[, pulse_interval]) Update the package cache. -- cgit v1.2.3