Improve caching documentation.

It was a little weak, and folk need enough detail to reason about
performance.

Change-Id: I67f81ab5a206b3d42dd1e4e1eb52af88ac1a3adc
This commit is contained in:
Robert Collins 2013-08-02 22:48:51 +12:00
parent 7795c7b108
commit 950fa15d64

View File

@ -96,6 +96,23 @@ on your local infrastructure (e.g. Squid cache, or an APT or Yum proxy) to
facilitate caching of that layer, so you need to arrange independently for facilitate caching of that layer, so you need to arrange independently for
offline mode. offline mode.
Base images
-----------
These are cached by the standard elements - ubuntu, fedora.
source-repositories
-------------------
Git repositories and tarballs obtained via the source-repositories element will
be cached.
C and C++ compilation
---------------------
Ccache is configured by the base element. Any compilation that honours ccache
will be cached.
Design Design
====== ======