Location in the file system to use for storing cache items.
public string CacheDirectory { get; set; }
Public Property CacheDirectory() As String
Get
Set
public:
property String^ CacheDirectory
{
String^ get()
void set(String^ value)
}
public String getCacheDirectory()
public void setCacheDirectory(String value)
The location in the file system to use for storing cache items. Default value is null.
This is the first property to set after an instance of FileCache is created. It must point to a valid directory on the file system or a network share with read/write access rights for the current process.
GetItemExternalResource can be used to get the physical file name of any cache item. This is performed using the following:
filePath = Path.Combine(CacheDirectory, RegionName, ItemName)
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document