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

Show in webframe

UpdatePolicy Method






Unique item identifier.
New expiration policy to use with this item.
Optional region (sub-directory) name.
Update the policy of an existing cache item.
Syntax
public void UpdatePolicy( 
   string key,
   CacheItemPolicy policy,
   string regionName
)
'Declaration
 
Public Sub UpdatePolicy( _
   ByVal key As String, _
   ByVal policy As CacheItemPolicy, _
   ByVal regionName As String _
) 
'Usage
 
Dim instance As FileCache
Dim key As String
Dim policy As CacheItemPolicy
Dim regionName As String
 
instance.UpdatePolicy(key, policy, regionName)
public void updatePolicy(String key, CacheItemPolicy policy, String regionName)
            
public:
void UpdatePolicy( 
   String^ key,
   CacheItemPolicy^ policy,
   String^ regionName
) 

Parameters

key
Unique item identifier.
policy
New expiration policy to use with this item.
regionName
Optional region (sub-directory) name.
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