DCache.extract

Extract a cache entry to a target directory, with a filter for root files/directories.

class DCache
abstract
void
extract
(
string key
,
string targetPath
,
bool delegate
(
string
)
pathFilter
)

Meta