.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "FcDirCacheLoad" "3" "15 May 2020" "Fontconfig 2.13.1" "" .SH NAME FcDirCacheLoad \- load a directory cache .SH SYNOPSIS .sp \fB#include .sp FcCache * FcDirCacheLoad (const FcChar8 *\fIdir\fB, FcConfig *\fIconfig\fB, FcChar8 **\fIcache_file\fB); \fR .SH "DESCRIPTION" .PP Loads the cache related to \fIdir\fR\&. If no cache file exists, returns NULL. The name of the cache file is returned in \fIcache_file\fR, unless that is NULL. See also FcDirCacheRead.