ProjectOptions.DirectoryCacheFactory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides IDirectoryCache to be used for evaluation.
public:
property Microsoft::Build::FileSystem::IDirectoryCacheFactory ^ DirectoryCacheFactory { Microsoft::Build::FileSystem::IDirectoryCacheFactory ^ get(); void set(Microsoft::Build::FileSystem::IDirectoryCacheFactory ^ value); };
public Microsoft.Build.FileSystem.IDirectoryCacheFactory DirectoryCacheFactory { get; set; }
member this.DirectoryCacheFactory : Microsoft.Build.FileSystem.IDirectoryCacheFactory with get, set
Public Property DirectoryCacheFactory As IDirectoryCacheFactory