Cache
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "2.34" ) ]
public Cache (string? cache_dir, CacheType cache_type)
[ Version ( since = "2.34" ) ]
public Cache (string? cache_dir, CacheType cache_type)
Creates a new Cache.
Parameters:
cache_dir |
the directory to store the cached data, or |
cache_type |
the CacheType of the cache |
Returns:
a new Cache |