Create a new instance. This is private. You may only create an instance
via the fromPath
static method.
Path to the cache
Whether the file exists
Entries in the cache
Entries in the cache
Whether the file exists
Path to the cache
Get a list of all cache entries
true
if the file exists when this instance was created.
false
otherwise.
The path to the cache file, which may not exist
Get an entry from the cache
The name of a cache entry
The cache entry, or null
if the cache entry is not present.
Reload the cache file and return a new instance. This will not modify this instance.
A new instance.
Read the contents of a CMakeCache.txt file.
Path to a CMakeCache.txt-format file
The CMake cache.
Parse the contents of a CMake cache file.
The contents of a CMake cache file.
A map from the cache keys to the entries in the cache.
Generated using TypeDoc
Reads a CMake cache file. This class is immutable.