1. NAME▲
FcDirCacheLoad - load a directory cache
2. SYNOPSIS ▲
\fB#include <fontconfig.h>
FcCache * FcDirCacheLoad(const FcChar8 *\fIdir\fB);
(FcConfig *\fIconfig\fB);
(FcChar8 **\fIcache_file\fB);
\fR.fi3. DESCRIPTION▲
Loads the cache related to dir. If no cache file exists, returns NULL. The name of the cache file is returned in cache_file, unless that is NULL. See also FcDirCacheRead.
4. VERSION ▲
Fontconfig version 2.8.0