WARNING: Use a symbolic links for masquerading, not hard links.
+
== Command line options
These command line options only apply when you invoke ccache as "`ccache`".
max_size = 10G
-------------------------------------------------------------------------------
+
=== Boolean values
Some configuration options are boolean values (i.e. truth values). In a
These are the available backends:
+
=== File storage backend
URL format: `+file:DIRECTORY+` or `+file://DIRECTORY+`
* *update-mtime*: If *true*, update the modification time (mtime) of cache
entries that are read. The default is *false*.
+
=== HTTP storage backend
URL format: `+http://HOST[:PORT][/PATH]+`
NOTE: HTTPS is not supported.
+
=== Redis storage backend
URL format: `+redis://[[USERNAME:]PASSWORD@]HOST[:PORT][/DBNUMBER]+`
* *connect-timeout*: Timeout (in ms) for network connection. The default is 100.
* *operation-timeout*: Timeout (in ms) for Redis commands. The default is 10000.
+
== Cache size management
By default, ccache has a 5 GB limit on the total size of files in the cache and