Vertaling van "CCache" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Für ccache ist das nicht nötig, da die Cache Objekte ohnehin ungültig werden.
This is not required for ccache, as the cache objects will be invalidated anyway.
Dies ist nützlich, wenn zum Bauen die Verwendung von Werkzeugen wie ccache oder distcc gewünscht wird.
This is useful when one wishes to use tools such as ccache or distcc for building.
Sie ähnelt dem Verfallszeit-Parameter bei CCache::set().
It is similar to the expiration parameter of CCache::set().
Die Basisklasse der Cache-Komponente, CCache, stellt die zwei Methoden zur Verfügung, die meistens dafür verwendet werden: set() und get().
For this purpose, the cache component base class CCache provides two methods that are used in most of the time: set() and get().
Tipp: Da alle Cache-Komponenten von der selben Basisklasse CCache abgeleitet sind, kann auf eine andere Cache-Art umgestellt werden, ohne den Code verändern zu müssen, der den Cache verwendet.
Tip: Because all these cache components extend from the same base class CCache, one can switch to use a different type of cache without modifying the code that uses cache.
Tipp: Da CCache das Interface ArrayAccess implementiert, kann eine Cache-Komponente wie ein Array verwendet werden.
Tip: Because CCache implements ArrayAccess, a cache component can be used liked an array.
Wie verwende ich CCache mit CMake?
How to Use CCache with CMake?
ccache ist ein schneller Compiler - Cache.
ccache is a fast compiler cache.
Entdecken Sie die Funktionen von Portage, wie Unterstützung für verteilte Kompilierung, ccache und mehr.
Discover the features Portage has, such as support for distributed compiling, ccache and more.
FEATURES="ccache" hinzuzufügen ist ebenfalls eine gute Idee.
Adding FEATURES="ccache" is also a good idea.
Mit etwas Konfigurationsaufwand funktioniert distcc mit ccache , Portage und Automake zusammen.
Distcc can work transparently with ccache, Portage, and Automake with a little setup.
Wenn Sie ccache für Kompilierungen außerhalb von Portage nutzen möchten fügen Sie/usr/lib/ccache/bin dem Beginn der PATH Variable hinzu (vor/usr/bin).
If you would like to use ccache for non-Portage compilations, add/usr/lib/ccache/bin to the beginning of your PATH variable (before/usr/bin).
Öffnen Sie/etc/make.conf und fügen Sie ccache zu FEATURES hinzu.
Open/etc/make.conf and add ccache to the FEATURES variable.