Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

GetCacheFilePath Method






Unique item identifier.
Optional region (sub-directory) name.
Path to the physical file holding the data for the specified item.
Syntax
public string GetCacheFilePath( 
   string key,
   string regionName
)
'Declaration
 
Public Function GetCacheFilePath( _
   ByVal key As String, _
   ByVal regionName As String _
) As String
'Usage
 
Dim instance As FileCache
Dim key As String
Dim regionName As String
Dim value As String
 
value = instance.GetCacheFilePath(key, regionName)
public String getCacheFilePath(String key, String regionName)
            
public:
String^ GetCacheFilePath( 
   String^ key,
   String^ regionName
) 

Parameters

key
Unique item identifier.
regionName
Optional region (sub-directory) name.

Return Value

The physical file holding the data for the specified item.
Remarks

GetCacheFilePath returns the physical path of any item currently stored in the cache. This gives the user the ability to read the data of the item directly or pass the file to another part of the system that may require a physical file on disk.

LEADTOOLS Documents classes uses this method to quickly access the data of an item from the disk file. It speeds up access and updating the data if the value contain large amount of data such as an image file.

Requirements

Target Platforms

See Also

Reference

FileCache Class
FileCache Members

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features