Cache.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string cacheDir, soup.types.CacheType cacheType)

Creates a new #SoupCache.

Parameters

cacheDirthe directory to store the cached data, or null to use the default one. Note that since the cache isn't safe to access for multiple processes at once, and the default directory isn't namespaced by process, clients are strongly discouraged from passing null.
cacheTypethe #SoupCacheType of the cache

Returns

a new #SoupCache