[ Version ( deprecated = true , deprecated_since = "0.15.0" , since = "0.12.7" ) ]
public void set_cache_location (string fname)
Warning: set_cache_location is deprecated since 0.15.0.
Sets the name of the cache file.
Cache location can no longer be set explicitly.
If fname
is "AsPool:memory
", the cache will be kept in memory, if it is set to "AsPool:temporary
", the cache will be stored in a temporary directory. In any other case, the given filename is used.
this |
An instance of Pool. |
fname |
Filename of the cache file, or special identifier. |